WiFi: Properly parse bitmap sections (CID-1451085)
authorJaap Keuter <jaap.keuter@xs4all.nl>
Sat, 14 Dec 2019 21:29:07 +0000 (22:29 +0100)
committerAnders Broman <a.broman58@gmail.com>
Sun, 15 Dec 2019 07:01:20 +0000 (07:01 +0000)
commit625b71bb309c3a861053b12c0a928fdce03829f9
tree78a093f63a9b936612e371beb1933fee64d77203
parent2f42fda6004d14bef324399a6ae0d3b672b8c99f
WiFi: Properly parse bitmap sections (CID-1451085)

Compressed block acks, in the form of 256 bit bitmaps, are parsed
per 64 bit section. Scanning along a section needs to be done by
indexing this section, not the full 256 bits of the complete bitmap.

Change-Id: Id0e6a7299e14be1ad68dd1cf6d736123008854ac
Reviewed-on: https://code.wireshark.org/review/35440
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-ieee80211.c