diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-10-19 20:18:48 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-10-19 20:18:48 +0000 |
commit | 9c0c25dc175aa5bab3eec62a4939131d6d028557 (patch) | |
tree | e8e78db9ab627b8ae70714a4b8eef2bf57d5f4e8 /doc/editcap.pod | |
parent | 22d0ffbe06583d783dc0b71f2d215de3b686005e (diff) | |
download | wireshark-9c0c25dc175aa5bab3eec62a4939131d6d028557.tar.gz wireshark-9c0c25dc175aa5bab3eec62a4939131d6d028557.tar.bz2 wireshark-9c0c25dc175aa5bab3eec62a4939131d6d028557.zip |
DBS Etherwatch wiretap module, from Marc Milgram.
svn path=/trunk/; revision=4042
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r-- | doc/editcap.pod | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod index 0611d904b9..d218d9f0f0 100644 --- a/doc/editcap.pod +++ b/doc/editcap.pod @@ -30,12 +30,13 @@ 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. +(pppdump format), the output from VMS's B<TCPIPtrace> utility, and the +text output from the B<DBS Etherwatch> VMS 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> |