We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduces on FreeBSD 14.2 using Autoconf.
libpcap built from the libpcap-1.10 branch does not detect zerocopy support because pcap-bpf.c does not define HAVE_ZEROCOPY_BPF:
pcap-bpf.c
HAVE_ZEROCOPY_BPF
filtertest, with libpcap version 1.10.6-PRE-GIT
libpcap built from the master branch detects it fine:
filtertest, with libpcap version 1.11.0-PRE-GIT (with zerocopy support)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduces on FreeBSD 14.2 using Autoconf.
libpcap built from the libpcap-1.10 branch does not detect zerocopy support because
pcap-bpf.c
does not defineHAVE_ZEROCOPY_BPF
:libpcap built from the master branch detects it fine:
The text was updated successfully, but these errors were encountered: