aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-03-22 13:44:07 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-03-22 17:46:49 +0100
commit59027674c60acdba7ec708363e13b97e3cd2999d (patch)
tree319811e49ff9723e72e8d4979ea90c636cbfab22
parentd96060f3a1df1937f1961ab687072e338f7dc85e (diff)
downloadtcpdump-59027674c60acdba7ec708363e13b97e3cd2999d.tar.gz
CHANGES: Add some changes backported to 4.99
(cherry picked from commit 4ccb31bf4a07eff65ea7874964c4ee644a9ec59a) [skip ci]
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 924c1d47..d25ea248 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,13 +41,17 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
correctly, Print majorSdoId field instead of just the first bit.
RIP: Make a couple trivial protocol updates.
RPKI-Router: Refine length and bounds checks.
+ RX: Use the "%Y-%m-%d" date format.
+ smbutil.c: Use the "%Y-%m-%d" date format.
SNMP: Fix two undefined behaviors.
Text protocols: Fix printing truncation if it is not the case.
+ ZEP: Use the "%Y-%m-%d" date format.
ZMTP: Replace custom code with bittok2str().
User interface:
Print the supported time stamp types (-J) to stdout instead of stderr.
Print the list of data link types (-L) to stdout instead of stderr.
Use symmetrical quotation characters in error messages.
+ Update --version option to print 32/64-bit build and time_t size.
Source code:
tcpdump: Fix a memory leak.
child_cleanup: reap as many child processes as possible.
@@ -63,6 +67,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
Remove init_crc10_table() and the entourage.
Initialize tzcode early.
Capsicum support: Fix a 'not defined' macro error.
+ Update the "Error converting time" tests for packet times.
Building and testing:
Add a configure option to help debugging (--enable-instrument-functions)
At build time require a proof of suitable snprintf(3) implementation in
@@ -77,6 +82,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
configure: Apply autoupdate 2.69.
CMake: improve the comment before project(tcpdump C).
Do not require vsnprintf().
+ tests: Use the -tttt option, by default, for the tests.
+ autoconf, CMake: Get the size of a void * and a time_t.
Friday, April 7, 2023 / The Tcpdump Group
Summary for 4.99.4 tcpdump release