diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-24 17:57:59 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-24 17:58:22 +0200 |
commit | f0b3fd1e0ca15d84569c3d81d0393a90fd144ed0 (patch) | |
tree | e272d0121c100d57b72ff30589132d7b1980ccdd /pcap-filter.manmisc.in | |
parent | 16ca4cae247fe6ecfbc7610e28dd59959e6d36a5 (diff) |
pcap-filter: Fix 'multiple IPv4 addresses' text to 'IPv4/v6'
Diffstat (limited to 'pcap-filter.manmisc.in')
-rw-r--r-- | pcap-filter.manmisc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index 86204b88..33983a0b 100644 --- a/pcap-filter.manmisc.in +++ b/pcap-filter.manmisc.in @@ -171,7 +171,7 @@ which is equivalent to: \fBether proto \\\fRip \fBand host \fIhostnameaddr\fR .fi .in -.5i -If \fIhostnameaddr\fR is a name with multiple IPv4 addresses, each address will +If \fIhostnameaddr\fR is a name with multiple IPv4/v6 addresses, each address will be checked for a match. .IP "\fBether dst \fIehost\fP" True if the Ethernet destination address is \fIehost\fP. |