diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-04-09 02:09:10 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-04-09 02:09:10 +0000 |
commit | 273a6c9cfc00e2803c81d73134d60c937612596e (patch) | |
tree | d3904c07a129ba7239d81d019a7fd5c1d13a3686 /doc/dumpcap.pod | |
parent | 17865148a1506f873c0ee74612242108841e4a4d (diff) | |
download | wireshark-273a6c9cfc00e2803c81d73134d60c937612596e.tar.gz wireshark-273a6c9cfc00e2803c81d73134d60c937612596e.tar.bz2 wireshark-273a6c9cfc00e2803c81d73134d60c937612596e.zip |
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.pod | 3 |
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 |