aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-12 05:08:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-12 05:08:51 +0000
commit3e9d852a1b46a50a96c04fd25427c10e9b90a12c (patch)
tree8f8e3a1b084b14e02762b2b9d3ca6b781ef4d823 /epan/dissectors/packet-ieee80211.h
parent9ef1758adffe973469308d1690280cc305ff3d50 (diff)
From Jouni Malinen:
Move sniffer meta data parsing to separate files packet-ieee80211.c includes dissectors for three different styles of IEEE 802.11 sniffer meta data (like signal strength). Move these to separate files in the same style as a fourth format (radiotap) was already handled, so that packet-ieee80211.c focuses on the actual IEEE 802.11 frame dissecting. This reverts http://anonsvn.wireshark.org/viewvc?revision=23911&view=revision Objections? https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6443 svn path=/trunk/; revision=39379
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index 1cf3fbb749..58b8432949 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -55,3 +55,7 @@ typedef struct _wlan_hdr {
guint16 type;
struct _wlan_stats stats;
} wlan_hdr;
+
+#define WLANCAP_MAGIC_COOKIE_BASE 0x80211000
+#define WLANCAP_MAGIC_COOKIE_V1 0x80211001
+#define WLANCAP_MAGIC_COOKIE_V2 0x80211002