]> The Tcpdump Group git mirrors - tcpdump/commitdiff
man: Add the TCP flag names tcp-ece and tcp-cwr
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 26 Feb 2023 14:03:40 +0000 (15:03 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 26 Feb 2023 14:16:11 +0000 (15:16 +0100)
State that these flag names became available when linking with libpcap
1.9.0 or later.

tcpdump.1.in

index c387d02c5005e5ce8bcfae368f288d4ea83a1072..2e0a16661368903519b50909e6af2d0bfbef1fcf 100644 (file)
@@ -1599,7 +1599,7 @@ Some offsets and field values may be expressed as names
 rather than as numeric values. For example tcp[13] may
 be replaced with tcp[tcpflags]. The following TCP flag
 field values are also available: tcp-fin, tcp-syn, tcp-rst,
-tcp-push, tcp-ack, tcp-urg.
+tcp-push, tcp-ack, tcp-urg, tcp-ece and tcp-cwr.
 .PP
 This can be demonstrated as:
 .RS
@@ -2007,6 +2007,13 @@ jssmag.209 initiates the next request.
 The `*' on the request
 indicates that XO (`exactly once') was \fInot\fP set.
 
+.SH BACKWARD COMPATIBILITY
+The TCP flag names
+.B tcp-ece
+and
+.B tcp-cwr
+became available when linking with libpcap 1.9.0 or later.
+
 .SH "SEE ALSO"
 .BR stty (1),
 .BR pcap (3PCAP),