More warining fixes: char -> const char
[obnox/wireshark/wip.git] / README
diff --git a/README b/README
index bf74fc43b867beb4307f30c1d7bcc63ba0061465..4616c620cd1dcbbb43b0a1ba22a009fefbb77aee 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.59 2002/07/31 19:27:39 guy Exp $
+$Id$
 
 General Information
 ------- -----------
@@ -29,16 +29,21 @@ Installation
 
 Ethereal is known to compile and run on the following systems:
 
-  - Linux (2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x)
-  - Solaris (2.5.1, 2.6, 7)
-  - FreeBSD (2.2.5, 2.2.6, 3.1, 3.2, 3.3)
+  - Linux (2.0 and later kernels, various distributions)
+  - Solaris (2.5.1 and later)
+  - FreeBSD (2.2.5 and later)
+  - NetBSD
+  - OpenBSD
+  - Mac OS X (10.2 and later)
+  - HP-UX (10.20, 11.00, 11.11)
   - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
-  - Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0)
+  - Tru64 UNIX (formerly Digital UNIX) (3.2 and later)
   - Irix (6.5)
   - AIX (4.3.2, with a bit of work)
-  - Win32 (NT, 98)
+  - Win32 (98, NT, 2000, XP)
 
-It should run on other Unix-ish systems without too much trouble.
+and possibly on other versions of those OSes.  It should run on other
+Unix-ish systems without too much trouble.
 
 NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to
 work with the "make" that comes with Solaris 7 nor the BSD "make".
@@ -96,7 +101,7 @@ Microsoft Network Monitor
 AIX's iptrace
 Cinco Networks NetXRray
 Network Associates Windows-based Sniffer
-AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek
+AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek/EtherHelp
 RADCOM's WAN/LAN Analyzer
 Lucent/Ascend access products
 HP-UX's nettl
@@ -108,6 +113,11 @@ VMS's TCPIPtrace utility
 DBS Etherwatch for VMS
 Traffic captures from Visual Networks' Visual UpTime
 CoSine L2 debug output
+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
@@ -202,14 +212,14 @@ to display OIDs and variable binding values in a friendlier fashion.
 The configure script will automatically determine whether you have the
 UCD SNMP library on your system, and will use it if it's version 4.2.2
 or later.  If you have an SNMP library but _do not_ want to have
-ethereal use it, you can run configure with the "--without-ucdsnmp"
+ethereal use it, you can run configure with the "--without-ucd-snmp"
 option.
 
 If you have an earlier version of the UCD SNMP library on your system,
 the configure script will stop, reporting that it can't find the
 "sprint_realloc_objid()" routine; you should either upgrade to version
 4.2.4 or later, as UCD SNMP 4.2.4 fixes some potential buffer overflow
-problems, or should configure with "--without-ucdsnmp".
+problems, or should configure with "--without-ucd-snmp".
 
 
 How to Report a Bug