Wireshark-commits: [Wireshark-commits] master 4cdf2a2: ieee80211: Dissect MBO attributes of WFA MBO
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Apr 2020 11:44:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4cdf2a24190ea14656cd90c4152e92126b33b8e7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4cdf2a2 by Cedric Izoard (cedric.izoard@xxxxxxxxxxxx):

    ieee80211: Dissect MBO attributes of WFA MBO-OCE element
    
    The Multi Band Operation / Optimized Connectivity Experience element
    is a vendor specific element defined by the Wi-Fi Alliance.
    It is composed of two types of attributes MBO and OCE.
    
    This patch only add support for MBO attributes as defined in
    "Wi-fi Agile Multiband" specification (used version 1.4 as reference).
    
    Bug: 16494
    Change-Id: I764191f26591dc6b493983681e75bf328777a0b6
    Reviewed-on: https://code.wireshark.org/review/36864
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  16dad84   USBLL: Improve the dissection of Split packets
     add  4cdf2a2   ieee80211: Dissect MBO attributes of WFA MBO-OCE element


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 304 +++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-ieee80211.h |   1 +
 2 files changed, 305 insertions(+)