aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-26 15:03:40 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-26 15:23:33 +0100
commit0c48f66ac7ca43a1279fb7a2a7b2c23e210507d2 (patch)
treeeca9fcde3f1c3a74a5e10f1dfb5935973afb2606
parent0d021f3174ac72dd2e1535770e02ac24409f4104 (diff)
downloadtcpdump-0c48f66ac7ca43a1279fb7a2a7b2c23e210507d2.tar.gz
man: Add the TCP flag names tcp-ece and tcp-cwr
State that these flag names became available when linking with libpcap 1.9.0 or later. (cherry picked from commit ded255a178d7a41ebb29d7c29f649fd09d3ece2a) [skip ci]
-rw-r--r--tcpdump.1.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in
index 92f1e28b..652b3e4a 100644
--- a/tcpdump.1.in
+++ b/tcpdump.1.in
@@ -1579,7 +1579,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
@@ -1987,6 +1987,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),