summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/libpcap/ethertype.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/contrib/libpcap/ethertype.h')
-rw-r--r--freebsd/contrib/libpcap/ethertype.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/freebsd/contrib/libpcap/ethertype.h b/freebsd/contrib/libpcap/ethertype.h
index 2d6bbebd..51f63083 100644
--- a/freebsd/contrib/libpcap/ethertype.h
+++ b/freebsd/contrib/libpcap/ethertype.h
@@ -17,8 +17,6 @@
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/ethertype.h,v 1.14 2005-09-05 09:06:58 guy Exp $ (LBL)
*/
/*
@@ -114,6 +112,9 @@
#ifndef ETHERTYPE_PPPOES
#define ETHERTYPE_PPPOES 0x8864
#endif
+#ifndef ETHERTYPE_8021AD
+#define ETHERTYPE_8021AD 0x88a8
+#endif
#ifndef ETHERTYPE_LOOPBACK
#define ETHERTYPE_LOOPBACK 0x9000
#endif