Add missing trailing 0 to an hf mask value.

svn path=/trunk/; revision=37160
This commit is contained in:
Martin Mathieson 2011-05-15 16:52:05 +00:00
parent da1fcc2347
commit 6c57efee2a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
},