]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CHANGES: Add/move change(s) backported to 4.99
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 28 Mar 2025 14:39:26 +0000 (15:39 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 28 Mar 2025 14:51:18 +0000 (15:51 +0100)
(cherry picked from commit e4e3caaca6aa2c0b0d5154b7c9aecba41059d744)

[skip ci]

CHANGES

diff --git a/CHANGES b/CHANGES
index dc71f124da12e9b940e3daf8ec646d384908724c..e06722efbe36196b8483ac6358932a2b094be0fe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -17,7 +17,11 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
            checksum calculation.
       NFS: Delete dead code.
       BOOTP: Use an uint16_t variable to get the result of a GET_BE_U_2().
+      ZEP: use the exissting NTP time formatting code.
+      NTP: Fix p_ntp_time_fmt() using epoch 1/epoch 2 convention (RFC 4330).
     User interface:
+      Add optional unit suffix on -C file size.
+      Improve the handling of size suffixes for -C.
       Warn that options -A, -x[x] and -X[X] are mutually exclusive.
       For PCAP_ERROR_CAPTURE_NOTSUP, show the error message provided
         by libpcap for that error if it's non-empty.
@@ -26,6 +30,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
       Add sub-second packet timestamp checks for invalid micro/nano.
       Remove unused missing/snprintf.c.
       Fix incompatible pointer types with time functions calls on Windows.
+      Use C99 macros to define 64-bit constants and maximum 64-bit values.
     Windows:
       Fixed to find wpcap.dll if WinPcap isn't installed and Npcap was
         installed without the WinPcap API compatibility option. (GitHub