ieee80211: don't print the mode and channel in CSA IE as HEX

The channel and the mode are easier to read as a decimal
number.

Change-Id: Ia34901cb7e799ab1fbee3bd754b488f84c20274a
Reviewed-on: https://code.wireshark.org/review/28876
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Emmanuel Grumbach 2018-07-29 09:41:35 +03:00 committed by Peter Wu
parent 75dc29bc10
commit e7f7e04eff
1 changed files with 2 additions and 2 deletions

View File

@ -29334,12 +29334,12 @@ proto_register_ieee80211(void)
{&hf_ieee80211_csa_channel_switch_mode,
{"Channel Switch Mode", "wlan.csa.channel_switch_mode",
FT_UINT8, BASE_HEX, NULL, 0,
FT_UINT8, BASE_DEC, NULL, 0,
"Indicates any restrictions on transmission until a channel switch", HFILL }},
{&hf_ieee80211_csa_new_channel_number,
{"New Channel Number", "wlan.csa.new_channel_number",
FT_UINT8, BASE_HEX, NULL, 0,
FT_UINT8, BASE_DEC, NULL, 0,
"Set to the number of the channel to which the STA is moving", HFILL }},
{&hf_ieee80211_csa_channel_switch_count,