802.11: fix SNR Report for 802.11ad is not decoded correctly

Wrong BITMAP

Bug: 13892
Change-Id: I525c6d7534543f03db023bb43df2484531d43931
Reviewed-on: https://code.wireshark.org/review/22666
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-07-17 10:07:56 +02:00 committed by Michael Mann
parent d85a688172
commit fcefe0d20b
1 changed files with 2 additions and 2 deletions

View File

@ -20471,12 +20471,12 @@ proto_register_ieee80211(void)
{&hf_ieee80211_ff_sswf_dmg_antenna_select,
{"Sector Sweep Feedback DMG Antenna Select", "wlan.sswf.dmg_antenna_select",
FT_UINT24, BASE_DEC, NULL, 0x0001C0,
FT_UINT24, BASE_DEC, NULL, 0x0000C0,
NULL, HFILL }},
{&hf_ieee80211_ff_sswf_snr_report,
{"Sector Sweep Feedback SNR Report", "wlan.sswf.snr_report",
FT_UINT24, BASE_DEC, NULL, 0x00FE00,
FT_UINT24, BASE_DEC, NULL, 0x00FF00,
NULL, HFILL }},