From b556a80900b34a47b6cd74e3535a5ecaa28745ec Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 9 Jan 2000 20:28:26 +0000 Subject: Add a man page for "editcap". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1446 f5534014-38df-0310-8fa8-9805f1628bb7 --- doc/editcap.pod | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 doc/editcap.pod (limited to 'doc/editcap.pod') diff --git a/doc/editcap.pod b/doc/editcap.pod new file mode 100644 index 0000000000..3948f1ffcb --- /dev/null +++ b/doc/editcap.pod @@ -0,0 +1,97 @@ + +=head1 NAME + +Editcap - Edit and/or translate the format of capture files + +=head1 SYNOPSYS + +B +S<[ B<-F> file format ]> +S<[ B<-T> encapsulation type ]> +S<[ B<-r> ]> +S<[ B<-v> ]> +S<[ B<-h> ]> +I +I +S<[ I ... ]> + +=head1 DESCRIPTION + +B is a program that reads a saved capture file and writes some +or all of the packets in that capture file to another capture file. +B knows how to read B +capture files, including those of B. In addition, B can +read capture files from B (including B) and B, +B, uncompressed B, Microsoft B, +AIX's B, B, B, B's WAN/LAN +analyzer, B router debug output, HP-UX's B, and +the dump output from B ISDN routers. There is no need to +tell B what type of file you are reading; it will determine the +file type by itself. B is also capable of reading any of these +file formats if they are compressed using gzip. B recognizes +this directly from the file; the '.gz' extension is not required for +this purpose. + +By default, it writes the capture file in B format, and writes +all of the packets in the capture file to the output file. The B<-F> +flag can be used to specify the format in which to write the capture +file; it can write the file in B format (standard B +format, a modified format used by some patched versions of B, +or the format used by Red Hat Linux 6.1), B format, uncompressed +B format, Microsoft B 1.x format, and the +format used by Windows-based versions of the B software. + +A list of packet numbers can be specified on the command line; the +packets with those numbers will I be written to the capture file, +unless the B<-r> flag is specified, in which case I those packets +will be written to the capture file. + +If the B<-T> flag, the encapsulation type of the output capture file +will be forced to the specified type, rather than being the type +appropriate to the encapsulation type of the input capture file. + +=head1 OPTIONS + +=over 4 + +=item -F + +Sets the file format of the output capture file. + +=item -T + +Sets the packet encapsulation type of the output capture file. + +=item -r + +Causes the packets whose packet numbers are specified on the command +line to be written to the output capture file, and no other packets to +be written to the output capture file. + +=item -v + +Causes B to print a number of messages while it's working. + +=item -h + +Prints the version and options and exits. + +=head1 SEE ALSO + +L, L, L + +=head1 NOTES + +B is part of the B distribution. The latest version +of B can be found at B. + +=head1 AUTHORS + + Original Author + -------- ------ + Richard Sharpe + + + Contributors + ------------ + Guy Harris -- cgit v1.2.3