testing: libpcap 1.11.0 (2026-09-13)
Download,
change log,
PGP signature and
key,
man pages,
CLOC
analysis and diffs report.
This libpcap release is a result of nearly six years of
development done by The Tcpdump Group and many contributors. In
calendar year 2025 Sovereign Tech Agency supported this work
financially by contracting one of the maintainers as a part-time
fellow via their Fellowship
program.
This release delivers assorted improvements in the following
aspects: the API, the build systems, error detection and
reporting, input validation, the man pages and other
documentation, and packet filtering. This release introduces
unit tests and refactors various source code to facilitate
maintenance and future contributions.
Concerning packet capture modules, this release improves support
for Endace DAG, Myricom SNF, netmap, and RDMA. It also removes
any remaining support for AirPcap, DPDK, Riverbed TurboCap,
Septel, and SITA ACN.
Concerning platforms, this release adds support for GNU/Hurd and
improves support for FreeBSD, illumos, Linux, macOS, NetBSD,
OpenBSD, QNX, and Solaris 11. It also removes any remaining
support for AOS (4.3BSD Unix), BSD/OS, DOS, HP-UX before 10.20,
IRIX, MinGW, {OSF/1, Digital Unix, Tru64 Unix}, SINIX, Solaris 9,
SunOS 3.x, 4.x and 5.x before 5.3.2, and Ultrix.
stable: tcpdump 4.99.7 (2026-09-21)
Download,
change log,
PGP signature and
key,
CLOC
analysis and diffs report,
man page.
This tcpdump release improves support for the following network
protocols: BIG TCP, ISAKMP, MPTCP, and TCP (specifically, the new AE flag).
It also fixes building on GNU/Hurd and improves compatibility with QNX.
This release requires libpcap 1.10.5 or later to pass all test cases.
stable: libpcap 1.10.7 (2026-09-05)
Download,
change log,
PGP signature and
key,
man pages.
This libpcap release fixes a number of vulnerabilities:
CVE-2026-0799
(reported by Include Security in 2018, sponsored by Mozilla under
the Secure Open Source program, but reproduced only in 2026),
CVE-2026-31912,
CVE-2026-31911
(reported by FuzzAnything Organization),
CVE-2026-6244
(reported by Aniruddhan Murali and Noble Saji Mathews in 2025, but
reproduced only in 2026),
CVE-2026-6554
(reported by Kaixuan LI),
CVE-2026-18313
and CVE-2026-18238.
For the CVE-2026-31912 fix to have effect, applications that use
the now deprecated bpf_filter() must be migrated to
pcap_offline_filter(3PCAP).