summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/ethertype.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-14 11:28:11 +0000
committerbrian <brian@FreeBSD.org>1999-11-14 11:28:11 +0000
commit2d0abab14dc3ba2db1290d205d6f29b5e7641e8b (patch)
treee473c57b17212060fcb30782755a6e5cf4eedbd6 /contrib/tcpdump/ethertype.h
parent775125a062ad5927b02ae8c2ef736ad340e2fb5d (diff)
downloadFreeBSD-src-2d0abab14dc3ba2db1290d205d6f29b5e7641e8b.zip
FreeBSD-src-2d0abab14dc3ba2db1290d205d6f29b5e7641e8b.tar.gz
Support PPPoE.
Add a missing comma to the lcp config options table.
Diffstat (limited to 'contrib/tcpdump/ethertype.h')
-rw-r--r--contrib/tcpdump/ethertype.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tcpdump/ethertype.h b/contrib/tcpdump/ethertype.h
index 1d62670..487183a 100644
--- a/contrib/tcpdump/ethertype.h
+++ b/contrib/tcpdump/ethertype.h
@@ -19,6 +19,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* @(#) $Header: ethertype.h,v 1.6 96/07/14 18:21:49 leres Exp $ (LBL)
+ * $FreeBSD$
*/
/* Types missing from some systems */
@@ -74,6 +75,12 @@
#ifndef ETHERTYPE_IPX
#define ETHERTYPE_IPX 0x8137
#endif
+#ifndef ETHERTYPE_PPPOE_DISC
+#define ETHERTYPE_PPPOE_DISC 0x8863
+#endif
+#ifndef ETHERTYPE_PPPOE_SESS
+#define ETHERTYPE_PPPOE_SESS 0x8864
+#endif
#ifndef ETHERTYPE_LOOPBACK
#define ETHERTYPE_LOOPBACK 0x9000
#endif
OpenPOWER on IntegriCloud