summaryrefslogtreecommitdiff
path: root/doc/dumpcap.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/dumpcap.pod
parent73ce69dcd475b6bb31147c582cdf4022bca00364 (diff)
downloadwireshark-801392d5d336b5bc1ebe0d605690c2c5b2653792.tar.gz
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/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 7e2c83b57c..f7e27c938d 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -315,13 +315,13 @@ the default capture link type is used if provided.
=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 SEE ALSO
-wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap-filter(4),
-tcpdump(8), pcap(3)
+wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap(3),
+pcap-filter(7) or tcpdump(8) if it doesn't exist.
=head1 NOTES