Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6f2ca96: Add Apple Wireless Direct Link (AWDL) dissec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Nov 2018 22:12:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6f2ca9635941ab6922db566a9a7a33e86227ead6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6f2ca96 by Milan Stute (mstute@xxxxxxxxxxxxxxxxxxxxxx):

    Add Apple Wireless Direct Link (AWDL) dissector
    
    More information on Apple's proprietary AWDL protocol can be found in
      Milan Stute, David Kreitschmann, and Matthias Hollick. "One Billion Apples'
      Secret Sauce: Recipe for the Apple Wireless Direct Link Ad hoc Protocol"
      in ACM MobiCom '18. https://doi.org/10.1145/3241539.3241566
    
    Bug: 15245
    Change-Id: I5ce18125b3c957f338909e46f18e30405a3d3941
    Reviewed-on: https://code.wireshark.org/review/30413
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bd3cb64   tls-utils: use GnuTLS for RSA decryption
     add  6f2ca96   Add Apple Wireless Direct Link (AWDL) dissector


Summary of changes:
 docbook/release-notes.asciidoc |    1 +
 epan/dissectors/CMakeLists.txt |    1 +
 epan/dissectors/packet-awdl.c  | 2671 ++++++++++++++++++++++++++++++++++++++++
 epan/oui.h                     |    1 +
 tools/checkfiltername.pl       |    1 +
 5 files changed, 2675 insertions(+)
 create mode 100755 epan/dissectors/packet-awdl.c