summaryrefslogtreecommitdiff
path: root/doc/editcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-28 21:12:07 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-28 21:12:07 +0000
commita4ad9e9f74d58f3a869ceb27845f74345d7b81be (patch)
tree8232de5a3f542b692b883fcf0f057b0f2a0e7af5 /doc/editcap.pod
parent0f13e3c95d571c7000e84d0c1e6f9f76575508b4 (diff)
downloadwireshark-a4ad9e9f74d58f3a869ceb27845f74345d7b81be.tar.gz
If a core Wireshark developer repeatedly can't remember that the
argument to the -F flag for pcap format is "libpcap", not "pcap", we have a problem. Make it "pcap", and add a backwards-compatibility hack to support using "libpcap" as well. Update the man pages to refer to it as pcap as well, and fix the capitalization of "WinPcap" (see http://www.winpcap.org) while we're at it. Also, refer to http://www.tcpdump.org/linktypes.html for the list of link-layer header types for pcap and pcap-ng. svn path=/trunk/; revision=50989
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r--doc/editcap.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index b865b2c731..b89ecb51ca 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -40,7 +40,7 @@ I<infile>, optionally converts them in various ways and writes the
resulting packets to the capture I<outfile> (or outfiles).
By default, it reads all packets from the I<infile> and writes them to the
-I<outfile> in libpcap file format.
+I<outfile> in pcap file format.
An optional list of packet numbers can be specified on the command tail;
individual packet numbers separated by whitespace and/or ranges of packet
@@ -141,7 +141,7 @@ This option is meant to be used for fuzz-testing protocol dissectors.
Sets the file format of the output capture file.
B<Editcap> can write the file in several formats, B<editcap -F>
provides a list of the available output formats. The default
-is the B<libpcap> format.
+is the B<pcap> format.
=item -h