Wireshark-commits: [Wireshark-commits] master 625b71b: WiFi: Properly parse bitmap sections (CID-14

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Dec 2019 07:01:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=625b71bb309c3a861053b12c0a928fdce03829f9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

625b71b 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>
    

Actions performed:

    from  2f42fda   H265: properly index 2D array (CID 1450950)
     add  625b71b   WiFi: Properly parse bitmap sections (CID-1451085)


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