Wireshark-commits: [Wireshark-commits] master-3.2 91388f5: WiFi: Properly parse bitmap sections (CI

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

Commits:

91388f5 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/35449
    

Actions performed:

    from  ecb810e   H265: properly index 2D array (CID 1450950)
     add  91388f5   WiFi: Properly parse bitmap sections (CID-1451085)


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