|
18 | 18 | .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
19 | 19 | .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
20 | 20 | .\" |
21 | | -.TH PCAP-FILTER @MAN_MISC_INFO@ "12 February 2024" |
| 21 | +.TH PCAP-FILTER @MAN_MISC_INFO@ "28 March 2024" |
22 | 22 | .SH NAME |
23 | 23 | pcap-filter \- packet filter syntax |
24 | 24 | .br |
@@ -1030,10 +1030,15 @@ The following ICMPv6 type field values are available: |
1030 | 1030 | .BR \%icmp6-multicastroutersolicit , |
1031 | 1031 | .BR \%icmp6-multicastrouterterm . |
1032 | 1032 | .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. |
1037 | 1042 | .LP |
1038 | 1043 | Primitives may be combined using: |
1039 | 1044 | .IP |
|
0 commit comments