Skip to content

Commit e4e3caa

Browse files
committed
CHANGES: Add/move change(s) backported to 4.99
[skip ci]
1 parent f2c28cc commit e4e3caa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGES

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
4343
RT6: Add a bounds check for the PadN TLV in Segment Routing Header.
4444
TCP: Add support for the AE (AccECN) flag.
4545
User interface:
46-
Add optional unit suffix on -C file size.
4746
Add --print-sampling to print every Nth packet instead of all.
4847
Add --lengths option to print the captured and original packet lengths.
4948
Add --skip option to skip some packets before writing or printing.
@@ -64,8 +63,6 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
6463
and use them rather than custom code
6564
Disregard setlinebuf(3), always use setvbuf(3).
6665
Change Sun RPC code licence to BSD-3-Clause.
67-
Use C99 macros to define 64-bit constants and maximum 64-bit
68-
values.
6966
Fix "ip broadcast" netmask byte order with the -f flag.
7067
Building and testing:
7168
Autoconf: Remove detection of early IPv6 stacks.
@@ -104,7 +101,11 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
104101
checksum calculation.
105102
NFS: Delete dead code.
106103
BOOTP: Use an uint16_t variable to get the result of a GET_BE_U_2().
104+
ZEP: use the exissting NTP time formatting code.
105+
NTP: Fix p_ntp_time_fmt() using epoch 1/epoch 2 convention (RFC 4330).
107106
User interface:
107+
Add optional unit suffix on -C file size.
108+
Improve the handling of size suffixes for -C.
108109
Warn that options -A, -x[x] and -X[X] are mutually exclusive.
109110
For PCAP_ERROR_CAPTURE_NOTSUP, show the error message provided
110111
by libpcap for that error if it's non-empty.
@@ -113,6 +114,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
113114
Add sub-second packet timestamp checks for invalid micro/nano.
114115
Remove unused missing/snprintf.c.
115116
Fix incompatible pointer types with time functions calls on Windows.
117+
Use C99 macros to define 64-bit constants and maximum 64-bit values.
116118
Windows:
117119
Fixed to find wpcap.dll if WinPcap isn't installed and Npcap was
118120
installed without the WinPcap API compatibility option. (GitHub

0 commit comments

Comments
 (0)