Skip to content

Commit 5fc0c26

Browse files
committed
pcap-filter: Indicate that lldp and slow are not keywords
[skip ci]
1 parent 56fbeb8 commit 5fc0c26

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pcap-filter.manmisc.in

Lines changed: 9 additions & 3 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@ "7 April 2025"
21+
.TH PCAP-FILTER @MAN_MISC_INFO@ "18 September 2025"
2222
.SH NAME
2323
pcap-filter \- packet filter syntax
2424
.br
@@ -685,8 +685,8 @@ IEEE Slow Protools
685685
IEEE Spanning Tree Protocol
686686
.RE
687687
.IP
688-
Note these identifiers (except \fBloopback\fP) are also keywords
689-
and must be escaped via backslash (\\).
688+
Note these identifiers (except \fBlldp\fP, \fBloopback\fP and \fBslow\fP)
689+
are also keywords and must be escaped via backslash (\\).
690690
.IP
691691
[In the case of FDDI (e.g., `\fBfddi proto \\arp\fR'), Token Ring
692692
(e.g., `\fBtr proto \\arp\fR'), and IEEE 802.11 wireless LANs (e.g.,
@@ -1852,6 +1852,12 @@ keyword became available in libpcap 1.10.0.
18521852
The
18531853
.B vxlan
18541854
keyword became available in libpcap 1.11.0.
1855+
.PP
1856+
The
1857+
.B lldp
1858+
and
1859+
.B slow
1860+
protocols became available for "ether proto" in libpcap 1.11.0.
18551861
.SH SEE ALSO
18561862
.BR pcap (3PCAP)
18571863
.SH BUGS

0 commit comments

Comments
 (0)