aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-04-09 02:09:10 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-04-09 02:09:10 +0000
commit273a6c9cfc00e2803c81d73134d60c937612596e (patch)
treed3904c07a129ba7239d81d019a7fd5c1d13a3686 /doc/dumpcap.pod
parent17865148a1506f873c0ee74612242108841e4a4d (diff)
As requested in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2132 Point to the Wiki's page on capture filter syntax in case neither libpcap's nor tcpdump's man pages are available (e.g., on Windows). svn path=/trunk/; revision=32435
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 43557e5e81..7d375764c1 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -215,7 +215,8 @@ reported by B<-L> are the values that can be used.
=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(4) or, if that doesn't exist, tcpdump(8),
+or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
=head1 SEE ALSO