diff options
-rw-r--r-- | pcap-filter.manmisc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index 60c051cd..27f22024 100644 --- a/pcap-filter.manmisc.in +++ b/pcap-filter.manmisc.in @@ -18,7 +18,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP-FILTER @MAN_MISC_INFO@ "20 June 2020" +.TH PCAP-FILTER @MAN_MISC_INFO@ "28 August 2020" .SH NAME pcap-filter \- packet filter syntax .br @@ -362,9 +362,9 @@ True if the packet is an IPv6 multicast packet. True if the packet is of ether type \fIprotocol\fR. \fIProtocol\fP can be a number or one of the names \fBaarp\fP, \fBarp\fP, \fBatalk\fP, \fBdecnet\fP, \fBip\fP, \fBip6\fP, -\fBipx\fP, \fBiso\fP, \fBlat\fP, \fBmopdl\fP, \fBmoprc\fP, \fBnetbeui\fP, +\fBipx\fP, \fBiso\fP, \fBlat\fP, \fBloopback\fP, \fBmopdl\fP, \fBmoprc\fP, \fBnetbeui\fP, \fBrarp\fP, \fBsca\fP or \fBstp\fP. -Note these identifiers are also keywords +Note these identifiers (except \fBloopback\fP) are also keywords and must be escaped via backslash (\\). .IP [In the case of FDDI (e.g., `\fBfddi proto arp\fR'), Token Ring |