]> The Tcpdump Group git mirrors - tcpdump/commitdiff
added EAPOL ethernet type.
authormcr <mcr>
Thu, 25 Mar 2004 03:30:40 +0000 (03:30 +0000)
committermcr <mcr>
Thu, 25 Mar 2004 03:30:40 +0000 (03:30 +0000)
ethertype.h

index c9aa30e2900bcf0c8f051555f66d0484c3d1c6fb..3af3b307836040f24591828c6247ffdf91eb75a9 100644 (file)
@@ -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)
  */
 
 /*
 #ifndef ETHERTYPE_JUMBO
 #define ETHERTYPE_JUMBO         0x8870
 #endif
+#ifndef ETHERTYPE_EAPOL
+#define ETHERTYPE_EAPOL        0x888e
+#endif
 #ifndef        ETHERTYPE_LOOPBACK
 #define        ETHERTYPE_LOOPBACK      0x9000
 #endif