Skip to content

Commit eefe51e

Browse files
committed
CHANGES: some additional changes not in 4.99. [skip ci]
1 parent 29c260e commit eefe51e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
3939
Add --print-sampling to print every Nth packet instead of all.
4040
Add --lengths option to print the captured and original packet lengths.
4141
Add --skip option to skip some packets before writing or printing.
42+
Use a common routine to parse numerical arguments and check its
43+
value.
4244
Source code:
4345
Drop support for building with versions of libpcap that don't
4446
support all the libpcap 1.0 APIs.
@@ -54,6 +56,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
5456
and use them rather than custom code
5557
Disregard setlinebuf(3), always use setvbuf(3).
5658
Change Sun RPC code licence to BSD-3-Clause.
59+
Use C99 macros to define 64-bit constants and maximum 64-bit
60+
values.
5761
Building and testing:
5862
Autoconf: Remove detection of early IPv6 stacks.
5963
Detect OS IPv6 support using AF_INET6 only.

0 commit comments

Comments
 (0)