Do not use BASE_NONE for FT_UINT8 types.

Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7333 (I think).

svn path=/trunk/; revision=43176
This commit is contained in:
Chris Maynard 2012-06-09 17:08:46 +00:00
parent 8fe8287a39
commit 365139b5cf

View file

@ -12922,7 +12922,7 @@ proto_register_ieee80211 (void)
{&hf_ieee80211_tag_supp_rates,
{"Supported Rates", "wlan_mgt.supported_rates",
FT_UINT8, BASE_NONE, VALS(ieee80211_supported_rates_vals), 0x0,
FT_UINT8, BASE_HEX, VALS(ieee80211_supported_rates_vals), 0x0,
"In Mbit/sec, (B) for Basic Rates", HFILL }},
{&hf_ieee80211_tag_fh_dwell_time,
@ -15360,7 +15360,7 @@ proto_register_ieee80211 (void)
{&hf_ieee80211_tag_extended_capabilities_serv_int_granularity,
{"Service Interval Granularity",
"wlan_mgt.extcap.infoexchange.serv_int_granularity",
FT_UINT8, BASE_NONE, VALS(service_interval_granularity_vals), 0x000e,
FT_UINT8, BASE_DEC, VALS(service_interval_granularity_vals), 0x000e,
NULL, HFILL }},
{&hf_ieee80211_tag_cisco_ccx1_unknown,
@ -16026,7 +16026,7 @@ proto_register_ieee80211 (void)
{&hf_ieee80211_tag_ext_supp_rates,
{"Extented Supported Rates", "wlan_mgt.extented_supported_rates",
FT_UINT8, BASE_NONE, VALS(ieee80211_supported_rates_vals), 0x0,
FT_UINT8, BASE_HEX, VALS(ieee80211_supported_rates_vals), 0x0,
"In Mbit/sec, (B) for Basic Rates", HFILL }},
{&hf_ieee80211_sched_info,