]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of support for libpcap prior to 1.0.
authorGuy Harris <[email protected]>
Thu, 16 May 2024 01:28:41 +0000 (18:28 -0700)
committerGuy Harris <[email protected]>
Sun, 19 May 2024 19:43:23 +0000 (12:43 -0700)
commitd5b1a160a306a4e7946039ae91faf9b5416691ab
tree0365903515c14a4aca3a8a9f374af4922ff8e043
parent074d10aa1a2bdf1d42515c7c44e95e9ddf63769e
Get rid of support for libpcap prior to 1.0.

This lets us remove a bunch of configure-time and compile-time tests.

Update documentation to reflect this.

WinPcap 4.1.3 is based on libpcap 1.0, but doesn't export all of the new
APIs, so it won't work with code that uses any of the other APIs, which
tcpdump does, so don't test with WinPcap.
14 files changed:
.appveyor.yml
CHANGES
CMakeLists.txt
INSTALL.md
Makefile.in
README.md
build.sh
cmakeconfig.h.in
configure.ac
missing/dlnames.c [deleted file]
missing/pcap_dump_ftell.c [deleted file]
pcap-missing.h
tcpdump.1.in
tcpdump.c