Wireshark-commits: [Wireshark-commits] master b293c97: ieee80211: Start to dissect 80211ax trigger
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 05:11:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b293c97ad3f128eb25e3af8d34549368544df708
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b293c97 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    ieee80211: Start to dissect 80211ax trigger frames and other fields.
    
    Here we have dissected much of the Common Info and the user info but there
    are still things to fix.
    
    This set also refactors the block ack handling code so I can use it from
    the HE Trigger dissection code. We have enough to use in Trigger requests
    I think but there are still new block ack requests to be dealt with.
    
    Also refactored the VHT NDP Announcements so we can handle HE NDP
    annoucements and added some custom handling of Target RSSI fields.
    
    Many thanks to George Baltatanu who has found many issues along the
    way with his testing.
    
    Change-Id: Ia41e1153d7331d24b8ae0b6871935f4fa806d188
    Reviewed-on: https://code.wireshark.org/review/25685
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c76b378   FP: Fix U-RNTI issue in E-DCH
    adds  b293c97   ieee80211: Start to dissect 80211ax trigger frames and other fields.


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