aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
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 e1c5afaf62..f9bde01437 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.21 2001/06/14 20:37:07 guy Exp $
+ * $Id: etypes.h,v 1.22 2001/11/06 20:30:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -164,6 +164,10 @@
#define ETHERTYPE_PPPOES 0x8864 /* PPPoE Session Protocol */
#endif
+#ifndef ETHERTYPE_EAPOL
+#define ETHERTYPE_EAPOL 0x888e /* 802.1x Authentication */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif