@@ -147,12 +147,14 @@ Friday, August 30, 2024 / The Tcpdump Group
147
147
OSPF: Pad TLVs in LS_OPAQUE_TYPE_RI to multiples of 4 bytes.
148
148
OSPF: Update LS-Ack printing not to run off the end of the packet.
149
149
OSPF6: Fix an undefined behavior.
150
- pflog: use nd_ types in struct pfloghdr.
151
- pflog: print some additional fields from the header (picked up
150
+ pflog: Use nd_ types in struct pfloghdr.
151
+ pflog: Print some additional fields from the header (picked up
152
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 (picked up from the OpenBSD 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).
156
158
PPP: Check if there is some data to hexdump.
157
159
PPP: Remove an extra colon before LCP Callback Operation.
158
160
Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
@@ -293,7 +295,7 @@ Saturday, December 31, 2022 / The Tcpdump Group
293
295
802.11: Fetch the CF and TIM IEs a field at a time.
294
296
802.15.4, BGP, LISP: fix some length checks, compiler warnings,
295
297
and undefined behavior warnings.
296
- PFLOG: handle LINKTYPE_PFLOG/DLT_PFLOG files from all OSes on all
298
+ PFLOG: Handle LINKTYPE_PFLOG/DLT_PFLOG files from all OSes on all
297
299
OSes.
298
300
RRCP: support more Realtek protocols than just RRCP.
299
301
MPLS: show the EXP field as TC, as per RFC 5462.
0 commit comments