URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b8b168c375f31a5584f67e546b2019ab9771fff
Submitter: "Jaap Keuter <jaap.keu...@xs4all.nl>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

4b8b168 by Jaap Keuter (jaap.keu...@xs4all.nl):

    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.keu...@xs4all.nl>
    Petri-Dish: Jaap Keuter <jaap.keu...@xs4all.nl>
    Reviewed-by: Richard Sharpe <realrichardsha...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    (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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to