Note that Ethereal's and Tethereal's native capture file format is
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Dec 2001 20:01:03 +0000 (20:01 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Dec 2001 20:01:03 +0000 (20:01 +0000)
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).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4337 f5534014-38df-0310-8fa8-9805f1628bb7

README
doc/editcap.pod
doc/ethereal.pod.template
doc/mergecap.pod
doc/tethereal.pod.template

diff --git a/README b/README
index b32549da1f7d0226c8282aacbe0852363a2d1d95..524f31692a736c0df67dee1ba0013149a126fa51 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.50 2001/12/04 22:43:41 guy Exp $
+$Id: README,v 1.51 2001/12/05 20:01:01 guy Exp $
 
 General Information
 ------- -----------
@@ -86,7 +86,7 @@ its infancy. However, wiretap is used in ethereal for its ability
 to read multiple file types. You can read the following file
 formats:
 
-libpcap (tcpdump -w, Ethereal)
+libpcap (tcpdump -w, etc.) - this is Ethereal's native format
 snoop
 atmsnoop
 Shomiti
@@ -96,7 +96,7 @@ Microsoft Network Monitor
 AIX's iptrace
 NetXray
 Sniffer Pro
-Etherpeek versions 5, 6, and 7
+Etherpeek versions 5, 6, and 7 for Macintosh
 RADCOM's WAN/LAN Analyzer
 Lucent/Ascend access products
 HP-UX's nettl
index acd8e7eadbb962f33cf192ff565590720d9715f1..7645932ee6a9479ca88fab33e05d0263a2460cc0 100644 (file)
@@ -22,21 +22,23 @@ S<[ I<record#> ... ]>
 B<Editcap> 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<Editcap> knows how to read B<libpcap> capture files, including those
-of B<tcpdump>.  In addition, B<Editcap> can read capture files from
-B<snoop> (including B<Shomiti>) and B<atmsnoop>, B<LanAlyzer>,
-B<Sniffer> (compressed or uncompressed), Microsoft B<Network Monitor>,
-AIX's B<iptrace>, B<NetXray>, B<Sniffer Pro>, B<Etherpeek>, B<RADCOM>'s
-WAN/LAN analyzer, B<Lucent/Ascend> router debug output, HP-UX's
-B<nettl>, the dump output from B<Toshiba's> ISDN routers, the output
-from B<i4btrace> from the ISDN4BSD project, the output in B<IPLog>
-format from the Cisco Secure Intrusion Detection System, B<pppd logs>
-(pppdump format), the output from VMS's B<TCPIPtrace> utility, the text
-output from the B<DBS Etherwatch> VMS utility, and traffic capture files
-from Visual Networks' software.  There is no need to tell B<Editcap>
-what type of file you are reading; it will determine the file type by
-itself.  B<Editcap> is also capable of reading any of these file formats
-if they are compressed using gzip.  B<Editcap> recognizes this directly
-from the file; the '.gz' extension is not required for this purpose.
+of B<tcpdump>, B<Ethereal>, and other tools that write captures in that
+format.  In addition, B<Editcap> can read capture files from B<snoop>
+(including B<Shomiti>) and B<atmsnoop>, B<LanAlyzer>, B<Sniffer>
+(compressed or uncompressed), Microsoft B<Network Monitor>, AIX's
+B<iptrace>, B<NetXray>, B<Sniffer Pro>, B<Etherpeek> versions 5, 6, and
+7 for Macintosh, B<RADCOM>'s WAN/LAN analyzer, B<Lucent/Ascend> router
+debug output, HP-UX's B<nettl>, the dump output from B<Toshiba's> ISDN
+routers, the output from B<i4btrace> from the ISDN4BSD project, the
+output in B<IPLog> format from the Cisco Secure Intrusion Detection
+System, B<pppd logs> (pppdump format), the output from VMS's
+B<TCPIPtrace> utility, the text output from the B<DBS Etherwatch> VMS
+utility, and traffic capture files from Visual Networks' software. 
+There is no need to tell B<Editcap> what type of file you are reading;
+it will determine the file type by itself.  B<Editcap> is also capable
+of reading any of these file formats if they are compressed using gzip. 
+B<Editcap> recognizes this directly from the file; the '.gz' extension
+is not required for this purpose.
 
 By default, it writes the capture file in B<libpcap> format, and writes
 all of the packets in the capture file to the output file.  The B<-F>
index f1d0f222d04dfa879cb29c71dd85afbc78c53643..cba36e4c1e3f4afdf41dfe12a80f1e13f32c4acf 100644 (file)
@@ -36,12 +36,13 @@ S<[ infile ]>
 
 B<Ethereal> is a GUI network protocol analyzer.  It lets you
 interactively browse packet data from a live network or from a
-previously saved capture file.  B<Ethereal> knows how to read B<libpcap>
-capture files, including those of B<tcpdump>.  In addition, B<Ethereal>
-can read capture files from B<snoop> (including B<Shomiti>) and
-B<atmsnoop>, B<LanAlyzer>, B<Sniffer> (compressed or uncompressed),
-Microsoft B<Network Monitor>, AIX's B<iptrace>, B<NetXray>, B<Sniffer
-Pro>, B<Etherpeek>, B<RADCOM>'s WAN/LAN analyzer, B<Lucent/Ascend>
+previously saved capture file.  B<Ethereal>'s native capture file format
+is B<libpcap> format, which is also the format used by B<tcpdump> and
+various other tools.  In addition, B<Ethereal> can read capture files
+from B<snoop> (including B<Shomiti>) and B<atmsnoop>, B<LanAlyzer>,
+B<Sniffer> (compressed or uncompressed), Microsoft B<Network Monitor>,
+AIX's B<iptrace>, B<NetXray>, B<Sniffer Pro>, B<Etherpeek> versions 5,
+6, and 7 for Macintosh, B<RADCOM>'s WAN/LAN analyzer, B<Lucent/Ascend>
 router debug output, HP-UX's B<nettl>, the dump output from B<Toshiba's>
 ISDN routers, the output from B<i4btrace> from the ISDN4BSD project, the
 output in B<IPLog> format from the Cisco Secure Intrusion Detection
index 70e009a303d50bf86e7aca8b59c6573761bd9e06..819e6817e76317f38dabe961fbc9e5bf59a8eeda 100644 (file)
@@ -18,22 +18,24 @@ I<...>
 
 B<Mergecap> is a program that combines multiple saved capture files into
 a single output file specified by the B<-w> argument.  B<Mergecap> knows
-how to read B<libpcap> capture files, including those of B<tcpdump>.  In
+how to read B<libpcap> capture files, including those of B<tcpdump>,
+B<Ethereal>, and other tools that write captures in that format.  In
 addition, B<Mergecap> can read capture files from B<snoop> (including
 B<Shomiti>) and B<atmsnoop>, B<LanAlyzer>, B<Sniffer> (compressed or
 uncompressed), Microsoft B<Network Monitor>, AIX's B<iptrace>,
-B<NetXray>, B<Sniffer Pro>, B<Etherpeek>, B<RADCOM>'s WAN/LAN analyzer,
-B<Lucent/Ascend> router debug output, HP-UX's B<nettl>, the dump output
-from B<Toshiba's> ISDN routers, the output from B<i4btrace> from the
-ISDN4BSD project, the output in B<IPLog> format from the Cisco Secure
-Intrusion Detection System, B<pppd logs> (pppdump format), the output
-from VMS's B<TCPIPtrace> utility, the text output from the B<DBS
-Etherwatch> VMS utility, and traffic capture files from Visual Networks'
-software.  There is no need to tell B<Mergecap> what type of file you
-are reading; it will determine the file type by itself.  B<Mergecap> is
-also capable of reading any of these file formats if they are compressed
-using gzip.  B<Mergecap> recognizes this directly from the file; the
-'.gz' extension is not required for this purpose.
+B<NetXray>, B<Sniffer Pro>, B<Etherpeek> versions 5, 6, and 7 for
+Macintosh, B<RADCOM>'s WAN/LAN analyzer, B<Lucent/Ascend> router debug
+output, HP-UX's B<nettl>, the dump output from B<Toshiba's> ISDN
+routers, the output from B<i4btrace> from the ISDN4BSD project, the
+output in B<IPLog> format from the Cisco Secure Intrusion Detection
+System, B<pppd logs> (pppdump format), the output from VMS's
+B<TCPIPtrace> utility, the text output from the B<DBS Etherwatch> VMS
+utility, and traffic capture files from Visual Networks' software. 
+There is no need to tell B<Mergecap> what type of file you are reading;
+it will determine the file type by itself.  B<Mergecap> is also capable
+of reading any of these file formats if they are compressed using gzip. 
+B<Mergecap> recognizes this directly from the file; the '.gz' extension
+is not required for this purpose.
 
 By default, it writes the capture file in B<libpcap> format, and writes
 all of the packets in both input capture files to the output file.  The
index a86183a5359a71779510786dfd709c1e6951258a..e774e455a75b723849de5d3855dfd267b3c67efd 100644 (file)
@@ -34,17 +34,18 @@ S<[ filter expression ]>
 B<Tethereal> is a network protocol analyzer.  It lets you capture packet
 data from a live network, or read packets from a previously saved
 capture file, either printing a decoded form of those packets to the
-standard output or writing the packets to a file.  B<Tethereal> knows
-how to read B<libpcap> capture files, including those of B<tcpdump>.  In
-addition, B<Tethereal> can read capture files from B<snoop> (including
-B<Shomiti>) and B<atmsnoop>, B<LanAlyzer>, B<Sniffer> (compressed or
-uncompressed), Microsoft B<Network Monitor>, AIX's B<iptrace>,
-B<NetXray>, B<Sniffer Pro>, B<Etherpeek>, B<RADCOM>'s WAN/LAN analyzer,
-B<Lucent/Ascend> router debug output, HP-UX's B<nettl>, the dump output
-from B<Toshiba's> ISDN routers, the output from B<i4btrace> from the
-ISDN4BSD project, the output in B<IPLog> format from the Cisco Secure
-Intrusion Detection System, B<pppd logs> (pppdump format), the output
-from VMS's B<TCPIPtrace> utility, the text output from the B<DBS
+standard output or writing the packets to a file.  B<Tethereal>'s native
+capture file format is B<libpcap> format, which is also the format used
+by B<tcpdump> and various other tools.  In addition, B<Tethereal> can
+read capture files from B<snoop> (including B<Shomiti>) and B<atmsnoop>,
+B<LanAlyzer>, B<Sniffer> (compressed or uncompressed), Microsoft
+B<Network Monitor>, AIX's B<iptrace>, B<NetXray>, B<Sniffer Pro>,
+B<Etherpeek> versions 5, 6, and 7 for Macintosh, B<RADCOM>'s WAN/LAN
+analyzer, B<Lucent/Ascend> router debug output, HP-UX's B<nettl>, the
+dump output from B<Toshiba's> ISDN routers, the output from B<i4btrace>
+from the ISDN4BSD project, the output in B<IPLog> format from the Cisco
+Secure Intrusion Detection System, B<pppd logs> (pppdump format), the
+output from VMS's B<TCPIPtrace> utility, the text output from the B<DBS
 Etherwatch> VMS utility, and traffic capture files from Visual Networks'
 software.  There is no need to tell B<Tethereal> what type of file you
 are reading; it will determine the file type by itself.  B<Tethereal> is