Wireshark-commits: [Wireshark-commits] master 2326776: Wi-Fi NAN: Add support for Wi-Fi NAN protoco

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 08 Oct 2019 10:32:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=232677678be4c67bf60f45d6ed1c240de7bf544e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2326776 by Kingson Chan (k.chan@xxxxxxxxxxx):

    Wi-Fi NAN: Add support for Wi-Fi NAN protocol
    
    Add support for the WFA Neighbor Awareness Networking (NAN) protocol.
    
    Bug: 16087
    Change-Id: Ideeeea2551c8db722b5578340bef4e504ea73dcf
    Reviewed-on: https://code.wireshark.org/review/34635
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c1ed77a   Qt: Simplify Wireshark Dialog class
     add  2326776   Wi-Fi NAN: Add support for Wi-Fi NAN protocol


Summary of changes:
 AUTHORS.src                        |   12 +
 epan/dissectors/CMakeLists.txt     |    1 +
 epan/dissectors/packet-ieee80211.c |  210 +-
 epan/dissectors/packet-ieee80211.h |  208 ++
 epan/dissectors/packet-wifi-nan.c  | 4145 ++++++++++++++++++++++++++++++++++++
 5 files changed, 4371 insertions(+), 205 deletions(-)
 create mode 100644 epan/dissectors/packet-wifi-nan.c