@@ -31,6 +31,13 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
31
31
advance the packet data pointer
32
32
OSPF: Print more truncation indications
33
33
OSPF: Add more length checks
34
+ pflog: Print some additional fields from the header (picked up
35
+ from the FreeBSD tcpdump).
36
+ pflog: Handle all types of pflog files (as best as can be done)
37
+ pflog: Print the ruleset if it's present, regardless of whether
38
+ the subrule is present (inspird by the OpenBSD tcpdump).
39
+ pflog: Handle OpenBSD's "rewritten" flag and addresses (adapted
40
+ from the OpenBSD tcpdump).
34
41
SLL2: Translate interface indices to names on Linux only.
35
42
RT6: Add a bounds check for the PadN TLV in Segment Routing Header.
36
43
TCP: Add support for the AE (AccECN) flag.
@@ -148,13 +155,6 @@ Friday, August 30, 2024 / The Tcpdump Group
148
155
OSPF: Update LS-Ack printing not to run off the end of the packet.
149
156
OSPF6: Fix an undefined behavior.
150
157
pflog: Use nd_ types in struct pfloghdr.
151
- pflog: Print some additional fields from the header (picked up
152
- from the FreeBSD tcpdump).
153
- pflog: Handle all types of pflog files (as best as can be done)
154
- pflog: Print the ruleset if it's present, regardless of whether
155
- the subrule is present (inspird by the OpenBSD tcpdump).
156
- pflog: Handle OpenBSD's "rewriten" flag and addresses (adapted
157
- from the OpenBSD tcpdump).
158
158
PPP: Check if there is some data to hexdump.
159
159
PPP: Remove an extra colon before LCP Callback Operation.
160
160
Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
0 commit comments