Wireshark-commits: [Wireshark-commits] master 58c9854: ieee80211: Extend FILS support (802.11ai)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Oct 2018 04:49:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=58c98540b3329057787a66f626d9092213a54359
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

58c9854 by Joeri de Ruiter (joeri@xxxxxxxxxxxxx):

    ieee80211: Extend FILS support (802.11ai)
    
    - Include some new tags from 802.11ai
    - Support authentication messages using FILS authentication
    - Determine MIC length automatically
    
    Bug: 15210
    Change-Id: I21a6c8df0a4f0429f8d900f32f0e95ace126d4e6
    Reviewed-on: https://code.wireshark.org/review/30232
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b8051bb   Fix batch decoding in CQL packet dissector
     add  58c9854   ieee80211: Extend FILS support (802.11ai)


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 605 +++++++++++++++++++++++++++++--------
 epan/dissectors/packet-ieee80211.h |   6 +
 2 files changed, 486 insertions(+), 125 deletions(-)