Skip to content

Commit 5221aec

Browse files
committed
add description of tcp-ae, tcp-res[1|2|3] to the pcap-filter.manmisc
1 parent a0398d2 commit 5221aec

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pcap-filter.manmisc.in

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1919
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2020
.\"
21-
.TH PCAP-FILTER @MAN_MISC_INFO@ "12 February 2024"
21+
.TH PCAP-FILTER @MAN_MISC_INFO@ "28 March 2024"
2222
.SH NAME
2323
pcap-filter \- packet filter syntax
2424
.br
@@ -1030,10 +1030,15 @@ The following ICMPv6 type field values are available:
10301030
.BR \%icmp6-multicastroutersolicit ,
10311031
.BR \%icmp6-multicastrouterterm .
10321032
.IP
1033-
The following TCP flags field values are available: \fBtcp-fin\fP,
1034-
\fBtcp-syn\fP, \fBtcp-rst\fP, \fBtcp-push\fP,
1035-
\fBtcp-ack\fP, \fBtcp-urg\fP, \fBtcp-ece\fP,
1036-
\fBtcp-cwr\fP.
1033+
The following TCP flags field values are available:
1034+
\fBtcp-fin\fP, \fBtcp-syn\fP, \fBtcp-rst\fP,
1035+
\fBtcp-push\fP, \fBtcp-ack\fP, \fBtcp-urg\fP,
1036+
\fBtcp-ece\fP, \fBtcp-cwr\fP, \fBtcp-ae\fP,
1037+
\fBtcp-res1\fP, \fBtcp-res2\fP, \fBtcp-res3\fP and
1038+
\fBtcp-res\fP.
1039+
Among these, \fBtcp-res\fP is special as it can be
1040+
used to check when any of the reserved TCP header
1041+
flags is non-zero.
10371042
.LP
10381043
Primitives may be combined using:
10391044
.IP

0 commit comments

Comments
 (0)