| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 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/libpcap/files/ |
Upload File : |
--- gencode.c.orig 2021-06-07 20:21:35 UTC +++ gencode.c @@ -59,10 +59,16 @@ #include <sys/socket.h> #include <net/if.h> #include <net/pfvar.h> -#include <net/if_pflog.h> #endif /* HAVE_NET_PFVAR_H */ #include "pcap-int.h" + +#ifdef HAVE_NET_PFVAR_H +/* FreeBSD includes <net/bpf.h> from <net/if_pflog.h>, and indirectly includes + * <net/dlt.h>. The FreeBSD version lacks DLT_IEEE802_15_4_TAP, so we really + * want to use our own version. */ +#include <net/if_pflog.h> +#endif /* HAVE_NET_PFVAR_H */ #include "extract.h"