Wireshark-commits: [Wireshark-commits] master 6a67209: ieee80211: Fix parsing of supported operatin
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a67209bff51c6e75e959bee27b29c0ebdd7882b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6a67209 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxxx):
ieee80211: Fix parsing of supported operating classes IE
Fix parsing of Supported Operating Classes information element
- Fix min tag length check message (min length is 2 not 3)
- Fix max tag length check (no max defined)
- Fix malformed packet exception on frames with min tag length
- Handle OneHundredAndThirty and Zero field delimiters
- Use same base (dec) for both current and alternate op classes
Bug: 13534
Change-Id: I05b2238eb07f65fde0a33479e9459d2a99911a50
Reviewed-on: https://code.wireshark.org/review/20784
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from d57f03c Add citrix mep dissectors
adds 6a67209 ieee80211: Fix parsing of supported operating classes IE
Summary of changes:
epan/dissectors/packet-ieee80211.c | 42 ++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 18 deletions(-)