Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
CHANGES: Add some changes backported to 4.99
Browse files Browse the repository at this point in the history
(cherry picked from commit 68ba720)

[skip ci]
  • Loading branch information
fxlb committed Oct 25, 2023
1 parent 4c9a2df commit 21ce1e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
IEEE 802.11: no need for an element ID in the structures for IEs, make
the length in the IE structures a u_int, include the "TA" field while
printing Block Ack Control frame.
IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid
cases as invalid, not truncated; use ND_ICHECKMSG_ZU() to test the
header length.
IPv6: Fix printing invalid cases as invalid, not truncated; use
ND_ICHECKMSG_U() to print an invalid version.
Kerberos: Print the protocol name, remove a redundant bounds check.
Expand All @@ -32,6 +35,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
RIP: Make a couple trivial protocol updates.
RPKI-Router: Refine length and bounds checks.
SNMP: Fix two undefined behaviors.
Text protocols: Fix printing truncation if it is not the case.
ZMTP: Replace custom code with bittok2str().
User interface:
Print the supported time stamp types (-J) to stdout instead of stderr.
Expand Down

0 comments on commit 21ce1e1

Please sign in to comment.