Include EyeSDN USB S0 trace files in the list of file formats we read.

svn path=/trunk/; revision=10040
This commit is contained in:
Guy Harris 2004-02-11 20:30:28 +00:00
parent faf27fecc6
commit 5f7e403326
5 changed files with 26 additions and 25 deletions

3
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.65 2004/01/07 19:51:39 guy Exp $
$Id: README,v 1.66 2004/02/11 20:30:27 guy Exp $
General Information
------- -----------
@ -117,6 +117,7 @@ Output from Accellent's 5Views LAN agents
Endace Measurement Systems' ERF format
Linux Bluez Bluetooth stack "hcidump -w" traces
Network Instruments Observer version 9
Trace files for the EyeSDN USB S0
In addition, it can read gzipped versions of any of these files
automatically, if you have the zlib library available when compiling

View File

@ -41,12 +41,12 @@ the B<DBS Etherwatch> VMS utility, traffic capture files from Visual
Networks' Visual UpTime, the output from B<CoSine> L2 debug, the output
from Accellent's 5Views LAN agents, captures in Endace Measurement
Systems' ERF format, Linux Bluez Bluetooth stack B<hcidump -w> traces,
and captures from Network Instruments Observer version 9. 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.
captures from Network Instruments Observer version 9, and traces from
the EyeSDN USB S0. 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>

View File

@ -59,12 +59,12 @@ the B<DBS Etherwatch> VMS utility, traffic capture files from Visual
Networks' Visual UpTime, the output from B<CoSine> L2 debug, the output
from Accellent's 5Views LAN agents, captures in Endace Measurement
Systems' ERF format, Linux Bluez Bluetooth stack B<hcidump -w> traces,
and captures from Network Instruments Observer version 9. There is no
need to tell B<Ethereal> what type of file you are reading; it will
determine the file type by itself. B<Ethereal> is also capable of
reading any of these file formats if they are compressed using gzip.
B<Ethereal> recognizes this directly from the file; the '.gz' extension
is not required for this purpose.
captures from Network Instruments Observer version 9, and traces from
the EyeSDN USB S0. There is no need to tell B<Ethereal> what type of
file you are reading; it will determine the file type by itself.
B<Ethereal> is also capable of reading any of these file formats if they
are compressed using gzip. B<Ethereal> recognizes this directly from
the file; the '.gz' extension is not required for this purpose.
Like other protocol analyzers, B<Ethereal>'s main window shows 3 views
of a packet. It shows a summary line, briefly describing what the

View File

@ -37,12 +37,12 @@ the B<DBS Etherwatch> VMS utility, traffic capture files from Visual
Networks' Visual UpTime, the output from B<CoSine> L2 debug, the output
from Accellent's 5Views LAN agents, captures in Endace Measurement
Systems' ERF format, Linux Bluez Bluetooth stack B<hcidump -w> traces,
and captures from Network Instruments Observer version 9. 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.
captures from Network Instruments Observer version 9, and traces from
the EyeSDN USB S0. 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

View File

@ -61,12 +61,12 @@ the B<DBS Etherwatch> VMS utility, traffic capture files from Visual
Networks' Visual UpTime, the output from B<CoSine> L2 debug, the output
from Accellent's 5Views LAN agents, captures in Endace Measurement
Systems' ERF format, Linux Bluez Bluetooth stack B<hcidump -w> traces,
and captures from Network Instruments Observer version 9. 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 also capable of
reading any of these file formats if they are compressed using gzip.
B<Tethereal> recognizes this directly from the file; the '.gz' extension
is not required for this purpose.
captures from Network Instruments Observer version 9, and traces from
the EyeSDN USB S0. 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 also capable of reading any of these file formats if
they are compressed using gzip. B<Tethereal> recognizes this directly
from the file; the '.gz' extension is not required for this purpose.
If the B<-w> flag is not specified, B<Tethereal> prints a decoded form
of the packets it captures or reads; otherwise, it writes those packets