aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-21 05:44:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-21 05:44:03 +0000
commitb00688745e9e5ecad74ce0da4f38f1966961a9ef (patch)
treeb38f83a4a43c7aebf5d360f1347e9059961e261d /etypes.h
parent341d80dad7e356308165eb30e237992f27ed7796 (diff)
From metatech: at least on Windows XP, if a Centrino 802.11 interface is
in promiscuous mode, packets captured promiscuously show up as 802.11 packets encapsulated in Ethernet, with an Ethernet type of 0x2452. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11451 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/etypes.h b/etypes.h
index 45f1856020..185aace66e 100644
--- a/etypes.h
+++ b/etypes.h
@@ -64,6 +64,10 @@
#define ETHERTYPE_CGMP 0x2001
#endif
+#ifndef ETHERTYPE_CENTRINO_PROMISC
+#define ETHERTYPE_CENTRINO_PROMISC 0x2452 /* Intel Centrino promiscuous packets */
+#endif
+
#ifndef ETHERTYPE_3C_NBP_DGRAM
#define ETHERTYPE_3C_NBP_DGRAM 0x3c07
#endif