| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/tcptrace/files/ |
Upload File : |
--- tcptrace.h.orig 2013-07-01 18:43:14 UTC +++ tcptrace.h @@ -1188,6 +1188,10 @@ struct ipaddr *IPV6ADDR2ADDR(struct in6_addr *addr6); #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