aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-15 16:52:05 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-15 16:52:05 +0000
commit8f6d32aaf53dccbd02205bde068c071fa53642d9 (patch)
tree4ac3f4e64ffee983a75325ea1f9e8e32a20b3e70 /epan/dissectors/packet-umts_fp.c
parent35ded8af84f720bbc3b0199f1c92301918ddd70d (diff)
Add missing trailing 0 to an hf mask value.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37160 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-umts_fp.c')
-rw-r--r--epan/dissectors/packet-umts_fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index d41e2e3a50..3661b81e38 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -3699,7 +3699,7 @@ void proto_register_fp(void)
},
{ &hf_fp_edch_header_crc,
{ "E-DCH Header CRC",
- "fp.edch.header-crc", FT_UINT16, BASE_HEX, 0, 0xfef,
+ "fp.edch.header-crc", FT_UINT16, BASE_HEX, 0, 0xfef0,
NULL, HFILL
}
},