ieee80211: fix item type is FT_UINTY but call has len X

packet-ieee80211.c:10060 proto_tree_add_item called for hf_ieee80211_hs20_icons_avail_len  -  item type is FT_UINT8 but call has len 2
packet-ieee80211.c:11869 proto_tree_add_item called for hf_ieee80211_ff_key_data_length  -  item type is FT_UINT8 but call has len 2
packet-ieee80211.c:21328 proto_tree_add_item called for hf_ieee80211_s1g_short_beacon_interval  -  item type is FT_UINT8 but call has len 2
packet-ieee80211.c:32379 proto_tree_add_item called for hf_ieee80211_pentapartial_timestamp  -  item type is FT_UINT8 but call has len 5
packet-ieee80211.c:32932 proto_tree_add_item called for hf_ieee80211_pv1_cnt_bat_bitmap  -  item type is FT_UINT16 but call has len 4
This commit is contained in:
Alexis La Goutte 2022-10-31 14:31:35 +00:00 committed by AndersBroman
parent a06288d78c
commit a9d32c9316
1 changed files with 5 additions and 5 deletions

View File

@ -36504,7 +36504,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_pv1_cnt_bat_bitmap,
{"BAT Bitmap", "wlan.pv1.control.bat.bat_bitmap",
FT_UINT16, BASE_HEX, NULL, 0, NULL, HFILL }},
FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{&hf_ieee80211_pv1_mgmt_reserved,
{"PV1 Reserved Management frame", "wlan.pv1.management.reserved",
@ -37138,7 +37138,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_ff_key_data_length,
{"Key Data Length", "wlan.fixed.key_data_length",
FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL }},
FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{&hf_ieee80211_ff_wnm_notification_type,
{"WNM-Notification type", "wlan.fixed.wnm_notification_type",
@ -41337,7 +41337,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_hs20_icons_avail_len,
{"Icons Available Length", "wlan.hs20.osu_icons_avail_len",
FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL }},
FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{&hf_ieee80211_hs20_osu_providers_list_ssid_len,
{"SSID Length", "wlan.hs20.anqp_osu_prov_list.ssid_len",
@ -42958,7 +42958,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_pentapartial_timestamp,
{"Pentapartial Timestamp", "wlan.s1g.pentapartial_timestamp",
FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }},
FT_UINT40, BASE_HEX, NULL, 0x0, NULL, HFILL }},
{&hf_ieee80211_tack_next_twt_info,
{"Next TWT Info/Suspend Duration", "wlan.s1g.next_twt_info",
@ -43610,7 +43610,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_s1g_short_beacon_interval,
{"Short Beacon Interval", "wlan.sig.short_beacon_interval",
FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }},
FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{&hf_ieee80211_s1g_change_sequence,
{"Change Sequence", "wlan.s1g.change_sequence",