@@ -43,7 +43,6 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
43
43
Drop support for building with versions of libpcap that don't
44
44
support all the libpcap 1.0 APIs.
45
45
Use %zu when printing a sizeof to squelch compiler warnings
46
- Remove unused missing/snprintf.c.
47
46
Remove unused missing/strdup.c.
48
47
(FIXME: somebody please wrap the line below just before the release)
49
48
AODV, AppleTalk, BOOTP, CHDLC, DCCP, EAP, EGP, EIGRP, ForCES, Geneve, GRE, ICMP, Juniper, L2TP, LISP, mobile, MSDP, NetFlow, NFLOG, NTP, OLSR, pflog, PGM, RADIUS, RIP, RSVP, SCTP, SNMP, TCP, UDP, vsock: Modernize packet parsing style
@@ -64,7 +63,6 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
64
63
Make illumos build warning-free.
65
64
Makefile.in: Update the .c.o build rule (Remove hacks for old SunOS 4).
66
65
Autoconf: fix buggy tests for ether_ntohost().
67
- CMake: Skip snprintf(3) tests when cross-compiling.
68
66
Makefile.in: Do not install a version-suffixed tcpdump binary if the
69
67
.devel file does not exists.
70
68
tests: On HP-UX use "diff -c" by default.
@@ -89,13 +87,21 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
89
87
Warn that options -A, -x[x] and -X[X] are mutually exclusive.
90
88
Source code:
91
89
Fix '-tt' option printing when time > 2106-02-07T06:28:15Z.
90
+ Remove unused missing/snprintf.c.
92
91
Windows:
93
92
Fixed to find wpcap.dll if WinPcap isn't installed and Npcap was
94
93
installed without the WinPcap API compatibility option. (GitHub
95
94
issue #1226).
96
95
Building and testing:
97
96
Makefile.in: Use a local libpcap in the releasecheck target.
98
97
CMake: Fix build with CMake 3.31.
98
+ autotools, CMake: don't separately test whether snprintf(3) is
99
+ available and whether it's suitable - the test for whether it's
100
+ suitable also fails if it's unavailable.
101
+ CMake: Skip snprintf(3) tests when cross-compiling.
102
+ autotools, CMake: fix issues with snprintf test and sanitizers.
103
+ CMake: check whether check_c_source_runs() works, treat the build
104
+ as a cross-compile if it doesn't work.
99
105
100
106
Friday, August 30, 2024 / The Tcpdump Group
101
107
Summary for 4.99.5 tcpdump release
0 commit comments