@@ -43,7 +43,6 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
43
43
RT6: Add a bounds check for the PadN TLV in Segment Routing Header.
44
44
TCP: Add support for the AE (AccECN) flag.
45
45
User interface:
46
- Add optional unit suffix on -C file size.
47
46
Add --print-sampling to print every Nth packet instead of all.
48
47
Add --lengths option to print the captured and original packet lengths.
49
48
Add --skip option to skip some packets before writing or printing.
@@ -64,8 +63,6 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
64
63
and use them rather than custom code
65
64
Disregard setlinebuf(3), always use setvbuf(3).
66
65
Change Sun RPC code licence to BSD-3-Clause.
67
- Use C99 macros to define 64-bit constants and maximum 64-bit
68
- values.
69
66
Fix "ip broadcast" netmask byte order with the -f flag.
70
67
Building and testing:
71
68
Autoconf: Remove detection of early IPv6 stacks.
@@ -104,7 +101,11 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
104
101
checksum calculation.
105
102
NFS: Delete dead code.
106
103
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).
107
106
User interface:
107
+ Add optional unit suffix on -C file size.
108
+ Improve the handling of size suffixes for -C.
108
109
Warn that options -A, -x[x] and -X[X] are mutually exclusive.
109
110
For PCAP_ERROR_CAPTURE_NOTSUP, show the error message provided
110
111
by libpcap for that error if it's non-empty.
@@ -113,6 +114,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
113
114
Add sub-second packet timestamp checks for invalid micro/nano.
114
115
Remove unused missing/snprintf.c.
115
116
Fix incompatible pointer types with time functions calls on Windows.
117
+ Use C99 macros to define 64-bit constants and maximum 64-bit values.
116
118
Windows:
117
119
Fixed to find wpcap.dll if WinPcap isn't installed and Npcap was
118
120
installed without the WinPcap API compatibility option. (GitHub
0 commit comments