summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/dumpcap.pod6
-rw-r--r--doc/tshark.pod6
-rw-r--r--doc/wireshark-filter.pod.template5
-rw-r--r--doc/wireshark.pod6
4 files changed, 12 insertions, 11 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 7852803096..fcf0ffe0c4 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -199,12 +199,12 @@ reported by B<-L> are the values that can be used.
=head1 CAPTURE FILTER SYNTAX
-See the manual page of tcpdump(8).
+See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8).
=head1 SEE ALSO
-wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), tcpdump(8),
-pcap(3)
+wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap-filter(4),
+tcpdump(8), pcap(3)
=head1 NOTES
diff --git a/doc/tshark.pod b/doc/tshark.pod
index acbbf2d2ad..523ccf2eec 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -755,7 +755,7 @@ SIP packets exchanged by the host at IP address 1.2.3.4 .
=head1 CAPTURE FILTER SYNTAX
-See the manual page of tcpdump(8).
+See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8).
=head1 READ FILTER SYNTAX
@@ -902,8 +902,8 @@ personal preferences file.
=head1 SEE ALSO
-wireshark-filter(4), wireshark(1), editcap(1), tcpdump(8), pcap(3),
-dumpcap(1), text2pcap(1)
+wireshark-filter(4), wireshark(1), editcap(1), pcap-filter(4), tcpdump(8),
+pcap(3), dumpcap(1), text2pcap(1)
=head1 NOTES
diff --git a/doc/wireshark-filter.pod.template b/doc/wireshark-filter.pod.template
index 020c02f3d1..34678b5b63 100644
--- a/doc/wireshark-filter.pod.template
+++ b/doc/wireshark-filter.pod.template
@@ -386,14 +386,15 @@ Regular expressions in the "matches" operator are provided with B<libpcre>,
the Perl-Compatible Regular Expressions library: see B<http://www.pcre.org/>.
This manpage does not describe the capture filter syntax, which is
-different. See the tcpdump(8) manpage for a description of capture
+different. See the manual page of pcap-filter(4) or, if that doesn't exist,
+tcpdump(8) for a description of capture
filters. Microsoft Windows versions use WinPcap from
L<http://www.winpcap.org/> for which the capture filter syntax is described
in L<http://www.winpcap.org/docs/man/html/group__language.html>.
=head1 SEE ALSO
-wireshark(1), tshark(1), editcap(1), tcpdump(8), pcap(3)
+wireshark(1), tshark(1), editcap(1), pcap-filter(4), tcpdump(8), pcap(3)
=head1 AUTHORS
diff --git a/doc/wireshark.pod b/doc/wireshark.pod
index a5f1d4cc70..5d01f6dcc2 100644
--- a/doc/wireshark.pod
+++ b/doc/wireshark.pod
@@ -2011,7 +2011,7 @@ protocols built into Wireshark are.
=head1 CAPTURE FILTER SYNTAX
-See the manual page of tcpdump(8).
+See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8).
=head1 DISPLAY FILTER SYNTAX
@@ -2261,8 +2261,8 @@ See above in the description of the About:Plugins page.
=head1 SEE ALSO
-wireshark-filter(4), tshark(1), editcap(1), tcpdump(8), pcap(3),
-dumpcap(1), mergecap(1), text2pcap(1)
+wireshark-filter(4), tshark(1), editcap(1), pcap-filter(4), tcpdump(8),
+pcap(3), dumpcap(1), mergecap(1), text2pcap(1)
=head1 NOTES