aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-02-03 09:07:24 +0000
committerJörg Mayer <jmayer@loplof.de>2012-02-03 09:07:24 +0000
commit801392d5d336b5bc1ebe0d605690c2c5b2653792 (patch)
tree98c6c02c2630e7b79416c84302adf0abbb8edd8a /doc/tshark.pod
parent73ce69dcd475b6bb31147c582cdf4022bca00364 (diff)
The libpcap puts pcap-filter into the misc section (which seems to be 7).
Refer to pcap-filter and mention tcpdump only as a fallback. svn path=/trunk/; revision=40820
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 242aec0d0a..3f9c1f5789 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1273,7 +1273,7 @@ include the tcp protocol, with a severity of note or higher.
=head1 CAPTURE FILTER SYNTAX
-See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8),
+See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
=head1 READ FILTER SYNTAX
@@ -1526,8 +1526,8 @@ auditing code.
=head1 SEE ALSO
-wireshark-filter(4), wireshark(1), editcap(1), pcap-filter(4), tcpdump(8),
-pcap(3), dumpcap(1), text2pcap(1), mergecap(1)
+wireshark-filter(4), wireshark(1), editcap(1), pcap(3), dumpcap(1),
+text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8) if it doesn't exist.
=head1 NOTES