aboutsummaryrefslogtreecommitdiffstats
path: root/doc/editcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-07-09 22:45:48 +0000
committerGuy Harris <guy@alum.mit.edu>2006-07-09 22:45:48 +0000
commitd26ea2b24d7322a803a2d867b6ae958a7afa4c4d (patch)
tree9b4b4641f5357d228c4a7126f8cf147cf823713b /doc/editcap.pod
parent8b315480f1df953751fda12c58ed891862e03edc (diff)
Use L<> on all links.
Don't use anything on man page references - pod2man handles that. Don't refer to "the capture file format section" of the Wireshark man page, as there's no section explicitly labelled as such; just refer to the beginning of the DESCRIPTION section. svn path=/trunk/; revision=18694
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r--doc/editcap.pod15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index acf4732181..b361203382 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -41,11 +41,12 @@ in that case I<only> the selected packets will be written to the capture file.
B<Editcap> is able to detect, read and write the same capture files that
are supported by B<Wireshark>.
-The input file doesn't need a specific filename extension, the file
+The input file doesn't need a specific filename extension; the file
format and an optional gzip compression will be automatically detected.
-The I<capture file format> section of I<wireshark(1)> or
-I<http://www.wireshark.org/docs/man-pages/wireshark.1.html>
-provides a detailed description.
+Near the beginning of the DESCRIPTION section of wireshark(1) or
+L<http://www.wireshark.org/docs/man-pages/wireshark.1.html>
+is a detailed description of the way B<Wireshark> handles this, which is
+the same way B<Editcap> handles this.
B<Editcap> can write the file in several output formats. The B<-F>
flag can be used to specify the format in which to write the capture
@@ -199,15 +200,15 @@ To introduce 5% random errors in a capture file use:
=head1 SEE ALSO
-I<tcpdump(8)>, I<pcap(3)>, I<wireshark(1)>, I<mergecap(1)>
+tcpdump(8), pcap(3), wireshark(1), mergecap(1)
=head1 NOTES
B<Editcap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at B<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<http://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-http://www.wireshark.org/docs/man-pages
+L<http://www.wireshark.org/docs/man-pages>.
=head1 AUTHORS