From ee1094b140459cda7dc16098187b637f4eaf354d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 5 Dec 2001 20:01:03 +0000 Subject: Note that Ethereal's and Tethereal's native capture file format is libpcap format, and say that it's also used by "other tools" (tcpdump and Ethereal/Tethereal aren't the only tools that write captures in that format). Weaken the claim that we read Etherpeek files to say only that we read Etherpeek versions 5, 6, and 7 for Macintosh, so people don't conclude that we read Etherpeek-for-Windows captures (we don't). svn path=/trunk/; revision=4337 --- doc/mergecap.pod | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'doc/mergecap.pod') diff --git a/doc/mergecap.pod b/doc/mergecap.pod index 70e009a303..819e6817e7 100644 --- a/doc/mergecap.pod +++ b/doc/mergecap.pod @@ -18,22 +18,24 @@ I<...> B is a program that combines multiple saved capture files into a single output file specified by the B<-w> argument. B knows -how to read B capture files, including those of B. In +how to read B capture files, including those of B, +B, and other tools that write captures in that format. In addition, B can read capture files from B (including B) and B, B, B (compressed or uncompressed), Microsoft B, AIX's B, -B, B, B, B's WAN/LAN analyzer, -B router debug output, HP-UX's B, the dump output -from B ISDN routers, the output from B from the -ISDN4BSD project, the output in B format from the Cisco Secure -Intrusion Detection System, B (pppdump format), the output -from VMS's B utility, the text output from the B VMS utility, and traffic capture files from Visual Networks' -software. 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. +B, B, B versions 5, 6, and 7 for +Macintosh, B's WAN/LAN analyzer, B router debug +output, HP-UX's B, the dump output from B ISDN +routers, the output from B from the ISDN4BSD project, the +output in B format from the Cisco Secure Intrusion Detection +System, B (pppdump format), the output from VMS's +B utility, the text output from the B VMS +utility, and traffic capture files from Visual Networks' software. +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 both input capture files to the output file. The -- cgit v1.2.3