aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake2.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-05-08 20:35:57 +0000
committerBill Meier <wmeier@newsguy.com>2009-05-08 20:35:57 +0000
commit79a1441582cca7565891d7b2d8a133049350ae0b (patch)
tree2d0296ba3718791c267604d1ec87026fed0d13b5 /epan/dissectors/packet-quake2.c
parent10bb70f09d0f21ff3e8f2e3f3558e7a3645069e6 (diff)
FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).
svn path=/trunk/; revision=28317
Diffstat (limited to 'epan/dissectors/packet-quake2.c')
-rw-r--r--epan/dissectors/packet-quake2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-quake2.c b/epan/dissectors/packet-quake2.c
index 5250b0e24e..8051d3f4db 100644
--- a/epan/dissectors/packet-quake2.c
+++ b/epan/dissectors/packet-quake2.c
@@ -818,7 +818,7 @@ proto_register_quake2(void)
"Sequence number of the current packet", HFILL }},
{ &hf_quake2_game_rel1,
{ "Reliable", "quake2.game.rel1",
- FT_BOOLEAN, BASE_DEC, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Packet is reliable and may be retransmitted", HFILL }},
{ &hf_quake2_game_seq2,
{ "Sequence Number", "quake2.game.seq2",
@@ -826,7 +826,7 @@ proto_register_quake2(void)
"Sequence number of the last received packet", HFILL }},
{ &hf_quake2_game_rel2,
{ "Reliable", "quake2.game.rel2",
- FT_BOOLEAN, BASE_DEC, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"Packet was reliable and may be retransmitted", HFILL }},
{ &hf_quake2_game_qport,
{ "QPort", "quake2.game.qport",