aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tetra.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-16 02:31:42 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-16 02:31:42 +0000
commitfe9aac8af05c43066d47ba882a5d63d7232f4ee6 (patch)
tree300fb754241d28c4f6fec7b49dc835f9b3755438 /epan/dissectors/packet-tetra.c
parent43402e0119db7ec22ffb30f72296a11d0f7488de (diff)
FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;
svn path=/trunk/; revision=41590
Diffstat (limited to 'epan/dissectors/packet-tetra.c')
-rw-r--r--epan/dissectors/packet-tetra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tetra.c b/epan/dissectors/packet-tetra.c
index a42f77cb35..338e34c923 100644
--- a/epan/dissectors/packet-tetra.c
+++ b/epan/dissectors/packet-tetra.c
@@ -9116,7 +9116,7 @@ void proto_register_tetra (void)
{ "Timer", "tetra.timer", FT_UINT16, BASE_HEX, NULL, 0x0,
"Timer Register", HFILL }},
{ &hf_tetra_crc,
- { "CRC", "tetra.crc", FT_BOOLEAN, BASE_DEC, NULL, 0x0,
+ { "CRC", "tetra.crc", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"CRC result", HFILL }},
{ &hf_tetra_len0,
{ "Length", "tetra.len0", FT_UINT16, BASE_DEC, NULL, 0x0,