forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
439 B
Diff
13 lines
439 B
Diff
--- tcptrace.h.orig Thu May 5 18:41:47 2005
|
|
+++ tcptrace.h Thu May 5 18:41:53 2005
|
|
@@ -1182,6 +1182,10 @@
|
|
#define ETHERTYPE_VLAN 0x8100
|
|
#endif /* 802.1Q Virtual LAN */
|
|
|
|
+#ifndef ETHER_VLAN_ENCAP_LEN
|
|
+#define ETHER_VLAN_ENCAP_LEN 4
|
|
+#endif /* 802.1Q tag header length */
|
|
+
|
|
/* support for PPPoE encapsulation added by Yann Samama (ysamama@nortelnetworks.com)*/
|
|
#ifndef ETHERTYPE_PPPOE_SESSION
|
|
#define ETHERTYPE_PPPOE_SESSION 0x8864
|