aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-12-16 21:49:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-12-16 21:49:55 +0000
commit96659d0252075a93ca806999377f41530d816990 (patch)
tree5549c6376613ea54d24d10068cc5a79caf09622e /epan/etypes.h
parent6892af9c0a941a0d144335f58fa1c92fcc0fd934 (diff)
From Jouni Malinen:
Add support for dissecting TDLS (IEEE 802.11z) frames. These are mostly used as Action frames that are encapsulated in Data frames (to go through any AP). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5493 svn path=/trunk/; revision=35208
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 18d4971d5f..b01ea7e5d2 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -437,6 +437,10 @@
#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
#endif
+#ifndef ETHERTYPE_IEEE80211_DATA_ENCAP
+#define ETHERTYPE_IEEE80211_DATA_ENCAP 0x890d /* IEEE 802.11 data encapsulation */
+#endif
+
#ifndef ETHERTYPE_LINX
#define ETHERTYPE_LINX 0x8911 /* ENEA LINX IPC protocol over Ethernet */
#endif