Wireshark-commits: [Wireshark-commits] master-3.0 4b8b168: WiFi: Properly parse bitmap sections (CI

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Dec 2019 12:27:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b8b168c375f31a5584f67e546b2019ab9771fff
Submitter: "Jaap Keuter <jaap.keuter@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

4b8b168 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    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@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 625b71bb309c3a861053b12c0a928fdce03829f9)
    Reviewed-on: https://code.wireshark.org/review/35450
    

Actions performed:

    from  181d728   H265: properly index 2D array (CID 1450950)
     add  4b8b168   WiFi: Properly parse bitmap sections (CID-1451085)


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)