Wireshark-commits: [Wireshark-commits] master b6d24bf: 80211ax: Fixes for Mult-STA Block Acks, sear
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 May 2018 13:51:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6d24bf37d4b38b00470a5e5649ca55f680b3256
Submitter: Richard Sharpe (realrichardsharpe@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b6d24bf by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    80211ax: Fixes for Mult-STA Block Acks, searching in MCS sets, a-control
    
    Feedback from the recent test event showed that the code for Multi-STA
    block acks did not exist, searching for indovidual MCS set produced
    confusing results and A-Control was not correctly handled.
    
    This contains fixes for each of those.
    
    Bug: 13207
    Change-Id: I4b18497d9e7642e370d0b6bb34e2180bacea8b8e
    Reviewed-on: https://code.wireshark.org/review/27655
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    

Actions performed:

    from  0afa145   [Automatic update for 2018-05-20]
    adds  b6d24bf   80211ax: Fixes for Mult-STA Block Acks, searching in MCS sets, a-control


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