aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-03-20 22:45:00 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-03-20 22:45:48 +0100
commitcc0b3805a329f9db89e1ea52efc3d76b7acbaa5c (patch)
tree177ef6b9ddf917525f8c9b0d23df9e27460ae961 /CHANGES
parent3812c695328cefdb5020dae4be629cab78aad215 (diff)
downloadtcpdump-cc0b3805a329f9db89e1ea52efc3d76b7acbaa5c.tar.gz
CHANGES: Add more changes that has been backported to 4.99.2
(cherry picked from commit 34d8e7fbf55a5ddfde055ca2a1c370a6b2ea560f)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f2a9490f..9b901501 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,13 @@ TBD
MPLS: show the EXP field as TC, as per RFC 5462.
ICMP: redo MPLS Extension code as general ICMP Extension code.
VQP: Do not print unknown error codes twice.
+ Juniper: Add some bounds checks.
+ lwres: Fix a length check.
+ EAP: Fix some undefined behaviors at runtime.
+ Ethernet: Rework the length checks.
+ ZEP: Add thren length checks.
+ IPX: Add two length checks.
+ Zephyr: Avoid printing non-ASCII characters.
VRRP: Print the protocol name before any GET_().
Use __func__ from C99 in some function calls.
DCCP: Get rid of trailing commas in lists.
@@ -25,6 +32,7 @@ TBD
addrtoname.c: Fix two invalid tests.
Building and testing:
Update config.guess and config.sub.
+ Use AS_HELP_STRING macro instead of AC_HELP_STRING.
Handle some Autoconf/make errors better.
Fix an error when corss-compiling.
Fix "make releasetar" on AIX and Solaris.