Wireshark-commits: [Wireshark-commits] master 5d1f89f: iee80211: Conform to the spec and handle Ant

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Feb 2020 11:09:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d1f89f10ca86da447badec0d344da07277b2175
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5d1f89f by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    iee80211: Conform to the spec and handle Anti-Clogging Token container.
    
    My previous patch was broken and did not handle the new Anti-Clogging Token
    container. It was broken because I did not realise that Table 9-42 specified
    the order of elements in the SAE Fixed Field. Table 9-43 specifies when
    elements will be in which type of SAE request. However, 9-42 specifies the
    order.
    
    This has been tested with captures from WFA and Jouni Malinen.
    
    Change-Id: Icbaa53560036c421299c74867ec04d9a28ea8aa0
    Reviewed-on: https://code.wireshark.org/review/36098
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2c1d660   Qt: Access I/O Graph settings via UAT interface
     add  5d1f89f   iee80211: Conform to the spec and handle Anti-Clogging Token container.


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