summaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authormcr <mcr>2004-03-25 03:30:40 +0000
committermcr <mcr>2004-03-25 03:30:40 +0000
commitdba96957457e18fd3ebc11e6e87aafd01d9fb55f (patch)
tree655d2fdb880c7bfb14ec1f5d0c4eb0622a86f5d7 /ethertype.h
parent33fee60fe09285b92531e3e6b635759a8e7f9093 (diff)
downloadtcpdump-dba96957457e18fd3ebc11e6e87aafd01d9fb55f.tar.gz
added EAPOL ethernet type.
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ethertype.h b/ethertype.h
index c9aa30e2..3af3b307 100644
--- a/ethertype.h
+++ b/ethertype.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.21 2004-02-18 14:23:27 hannes Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.22 2004-03-25 03:30:40 mcr Exp $ (LBL)
*/
/*
@@ -117,6 +117,9 @@
#ifndef ETHERTYPE_JUMBO
#define ETHERTYPE_JUMBO 0x8870
#endif
+#ifndef ETHERTYPE_EAPOL
+#define ETHERTYPE_EAPOL 0x888e
+#endif
#ifndef ETHERTYPE_LOOPBACK
#define ETHERTYPE_LOOPBACK 0x9000
#endif