aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tzsp.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-tzsp.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-tzsp.c')
-rw-r--r--epan/dissectors/packet-tzsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-tzsp.c b/epan/dissectors/packet-tzsp.c
index f342f2757e..f8bc08df50 100644
--- a/epan/dissectors/packet-tzsp.c
+++ b/epan/dissectors/packet-tzsp.c
@@ -459,13 +459,13 @@ proto_register_tzsp(void)
"Port", "tzsp.wlan.status.mac_port", FT_UINT8, BASE_DEC,
NULL, 0, "MAC port", HFILL }},
{ &hf_status_pcf, {
- "PCF", "tzsp.wlan.status.pcf", FT_BOOLEAN, BASE_HEX,
+ "PCF", "tzsp.wlan.status.pcf", FT_BOOLEAN, BASE_NONE,
TFS (&pcf_flag), 0, "Point Coordination Function", HFILL }},
{ &hf_status_undecrypted, {
- "Undecrypted", "tzsp.wlan.status.undecrypted", FT_BOOLEAN, BASE_HEX,
+ "Undecrypted", "tzsp.wlan.status.undecrypted", FT_BOOLEAN, BASE_NONE,
TFS (&undecr_flag), 0, "Undecrypted", HFILL }},
{ &hf_status_fcs_error, {
- "FCS", "tzsp.wlan.status.fcs_err", FT_BOOLEAN, BASE_HEX,
+ "FCS", "tzsp.wlan.status.fcs_err", FT_BOOLEAN, BASE_NONE,
TFS (&fcs_err_flag), 0, "Frame check sequence", HFILL }},
{ &hf_time, {
"Time", "tzsp.wlan.time", FT_UINT32, BASE_HEX,