The syntax for capture filters has been moved from
authorJörg Mayer <jmayer@loplof.de>
Mon, 7 Jan 2008 00:12:36 +0000 (00:12 -0000)
committerJörg Mayer <jmayer@loplof.de>
Mon, 7 Jan 2008 00:12:36 +0000 (00:12 -0000)
tcpdump (in the tcpdump package) into its own manpage
(pcap-filter) in the libpcap package in the CVS HEAD
branch. Reference the new and the old location for that
information.

svn path=/trunk/; revision=24020

doc/dumpcap.pod
doc/tshark.pod
doc/wireshark-filter.pod.template
doc/wireshark.pod

index 78528030964b2d738b9d06649c1cc44a11e81a6a..fcf0ffe0c4400857c97c5aa882e75005c17d2409 100644 (file)
@@ -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
 
index acbbf2d2adc3467e7a6e07d4b811535c9f2c1619..523ccf2eec0623adee3eaae9d9cfeae150e968f8 100644 (file)
@@ -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
 
index 020c02f3d18d39e451508748ef760c4fbbffe429..34678b5b63396618e81c9753a4d9f74de363d537 100644 (file)
@@ -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
 
index a5f1d4cc706ceb346942a4421f06a030b0860baa..5d01f6dcc218772a2e7f9c1e32c9cf74c4a8952b 100644 (file)
@@ -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