aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ethereal.pod.template
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>1999-09-22 01:38:00 +0000
committerAshok Narayanan <ashokn@cisco.com>1999-09-22 01:38:00 +0000
commitac6ad294fbb47bed575b2e0748953515558fcac3 (patch)
tree51c09e482770553472131068e649fef0b0c9e088 /doc/ethereal.pod.template
parent818783636dbce9503dbd31ac7eff67a3d16e59a7 (diff)
Documentation for compressed file support
svn path=/trunk/; revision=697
Diffstat (limited to 'doc/ethereal.pod.template')
-rw-r--r--doc/ethereal.pod.template8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 1199b93f59..1739131cd6 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -37,7 +37,10 @@ B<Shomiti>), B<LanAlyzer>,
uncompressed B<Sniffer>, Microsoft B<Network Monitor>, AIX's B<iptrace>, B<NetXray>,
B<Sniffer Pro>, B<RADCOM>'s WAN/LAN analyzer, and B<Lucent/Ascend> router debug output.
There is no need to tell Ethereal what type of file you
-are reading; it will determine the file type by itself.
+are reading; it will determine the file type by itself. Ethereal is also capable
+of reading any of these file formats if they are compressed using gzip. 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 packet is. A protocol tree is shown, allowing
@@ -53,6 +56,9 @@ progresses, expect more and more protocol fields to be allowed in display filter
Packet capturing is performed with the pcap library. The capture filter syntax follows
the rules of the pcap library. This syntax is different from the display filter syntax.
+Compressed file support uses (and therefore requires) the zlib library. If the zlib
+library is not present, Ethereal will compile, but will be unable to read compressed files.
+
=head1 OPTIONS
=over 4