aboutsummaryrefslogtreecommitdiffstats
path: root/doc/editcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-18 20:29:56 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-18 20:29:56 +0000
commit3c78feeadc1bd3ebc000860244b2251aead2224f (patch)
treea4c93d57554206a55565153276a15cb28d31acfc /doc/editcap.pod
parentb36700c8fbf0551ecf84232d798799379608e7b6 (diff)
VMS TCPIPtrace wiretap module, from Marc Milgram.
Update the lists of known capture file formats in the Tethereal, editcap, and mergecap man pages to match the current list (as found in the Ethereal man page). svn path=/trunk/; revision=4039
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r--doc/editcap.pod19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 7ebcb9f76d..0611d904b9 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -25,14 +25,17 @@ 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<RADCOM>'s WAN/LAN
-analyzer, B<Lucent/Ascend> router debug output, HP-UX's B<nettl>, and
-the dump output from B<Toshiba's> ISDN routers. 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.
+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), and the output from VMS's B<TCPIPtrace> utility.
+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>