aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oui.h
diff options
context:
space:
mode:
authorMilan Stute <mstute@seemoo.tu-darmstadt.de>2018-10-25 12:59:54 +0200
committerAnders Broman <a.broman58@gmail.com>2018-11-29 22:12:42 +0000
commit6f2ca9635941ab6922db566a9a7a33e86227ead6 (patch)
tree4d27b7857dce073bf232e093636f99bd6d4f8eab /epan/oui.h
parentbd3cb6437ffec4d07e47957f2327cda0942c31d5 (diff)
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/oui.h')
-rw-r--r--epan/oui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/oui.h b/epan/oui.h
index 0974013c1f..603f256d7b 100644
--- a/epan/oui.h
+++ b/epan/oui.h
@@ -49,6 +49,7 @@
#define OUI_ERICSSON_MOBILE 0x0015E0 /* Ericsson Mobile Platforms */
#define OUI_SONY_ERICSSON_5 0x001620 /* Sony Ericsson Mobile Communications AB */
#define OUI_SONY_ERICSSON_6 0x0016B8 /* Sony Ericsson Mobile Communications AB */
+#define OUI_APPLE_AWDL 0x0017F2 /* Apple AWDL */
#define OUI_SONY_ERICSSON_7 0x001813 /* Sony Ericsson Mobile Communications AB */
#define OUI_BLUETOOTH 0x001958 /* Bluetooth SIG */
#define OUI_SONY_ERICSSON_8 0x001963 /* Sony Ericsson Mobile Communications AB */