freebsd-ports/net/tcptrace/files/patch-tcptrace.h.diff
Pav Lucistnik fa80014180 - Update to 6.6.7
PR:		ports/80665
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (2 months)
2005-07-13 18:02:26 +00:00

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