aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-29 02:40:15 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-29 02:40:15 +0000
commitea95b277f67e6b673ddaa5c31275049f91226e9f (patch)
treeb2ab23a5dafcd1ee9f861d9b9174fe38e70f355c /README
parenta557aefd8cf295aede4a9a2603a9b73852c0c9c2 (diff)
Add info about zlib version support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1138 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index d40e4efc74..fb75f275c5 100644
--- a/README
+++ b/README
@@ -79,6 +79,14 @@ snoop, Shomiti, LANalyzer, Network Monitor, AIX's iptrace,
RADCOM's WAN/LAN Analyzer, Lucent/Ascend access products, HP-UX's nettl,
and Toshiba's ISDN routers.
+In addition, it can read gzipped versions of any of these files,
+automatically, if you have the zlib library available when compiling
+Ethereal. Ethereal needs a modern version of zlib to work; version
+1.1.3 is known to work. Earlier versions are missing some functions
+that Ethereal needs and won't work. "./configure" should detect if you
+have the proper zlib version available. You can alwasy use
+"./configure --disable-zlib" to explicitly disable zlib support.
+
Although Ethereal can read AIX iptrace files, the documentation on
AIX's iptrace packet-trace command is sparse. The 'iptrace' command
starts a daemon which you must kill in order to stop the trace. Through