aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-07 06:04:22 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-07 06:04:22 +0000
commit9cf3a7d97db8893f7e2cde5e5bda342ce71c9ad9 (patch)
treea16ffb6906da1939727f31926c7ff6892b079bd9 /etypes.h
parent55aab5b071e163d09d8bd833212805a28a3ea6c4 (diff)
From Jouni Malinen: add support for the 802.11i/RSN pre-authentication
Ethertype. svn path=/trunk/; revision=10558
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index d2185952b0..ce5032498e 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.38 2004/02/28 22:56:35 guy Exp $
+ * $Id: etypes.h,v 1.39 2004/04/07 06:04:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -212,6 +212,10 @@
#define ETHERTYPE_BRDWALK 0x88AE
#endif
+#ifndef ETHERTYPE_RSN_PREAUTH
+#define ETHERTYPE_RSN_PREAUTH 0x88c7 /* 802.11i Pre-Authentication */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif