aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README25
-rw-r--r--wiretap/AUTHORS4
-rw-r--r--wiretap/README5
3 files changed, 25 insertions, 9 deletions
diff --git a/README b/README
index c8c88db713..4657d5ea16 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.40 2000/08/15 18:44:52 deniel Exp $
+$Id: README,v 1.41 2000/08/22 06:50:04 gram Exp $
General Information
------- -----------
@@ -84,12 +84,23 @@ development parallel to ethereal. In the future it is hoped that
wiretap will have more features than libpcap, but wiretap is still in
its infancy. However, wiretap is used in ethereal for its ability
to read multiple file types. You can read the following file
-formats, and create display filters for them as well:
-
-libpcap (tcpdump -w), Sniffer (compressed and uncompressed), NetXray,
-Sniffer Pro, snoop, Shomiti, LANalyzer, Microsoft Network Monitor, AIX's
-iptrace, RADCOM's WAN/LAN Analyzer, Lucent/Ascend access products, HP-UX's
-nettl, Toshiba's ISDN routers, and the ISDN4BSD "i4btrace" utility.
+formats:
+
+libpcap (tcpdump -w, Ethereal)
+Sniffer (compressed and uncompressed)
+NetXray
+Sniffer Pro
+snoop
+Shomiti
+LANalyzer
+Microsoft Network Monitor
+AIX's iptrace
+RADCOM's WAN/LAN Analyzer
+Lucent/Ascend access products
+HP-UX's nettl
+Toshiba's ISDN routers
+ISDN4BSD "i4btrace" utility
+Cisco Secure Intrustion Detection System iplogging facility
In addition, it can read gzipped versions of any of these files
automatically, if you have the zlib library available when compiling
diff --git a/wiretap/AUTHORS b/wiretap/AUTHORS
index 10c8ff21fb..a1f8682836 100644
--- a/wiretap/AUTHORS
+++ b/wiretap/AUTHORS
@@ -1,8 +1,10 @@
Authors
-------
-Gilbert Ramirez Jr. <gram@xiexie.org>
+Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@alum.mit.edu>
Olivier Abad <oabad@cybercable.fr>
Gerald Combs <gerald@zing.org>
Joerg Mayer <jmayer@telemation.de>
Tim Farley <tfarley@iss.net>
+Bert Driehuis <driehuis@playbeing.org>
+Mike Hall <mlh@io.com>
diff --git a/wiretap/README b/wiretap/README
index 090b89cfdf..d90d665ece 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.23 2000/08/04 05:17:18 gram Exp $
+$Id: README,v 1.24 2000/08/22 06:50:16 gram Exp $
Wiretap is a library that is being developed as a future replacement for
libpcap, the current standard Unix library for packet capturing. Libpcap
@@ -131,6 +131,9 @@ ISDN4BSD "i4btrace" utility
---------------------------
Bert Driehuis
+Cisco Secure Intrustion Detection System iplogging facility
+-----------------------------------------------------------
+Mike Hall
Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@alum.mit.edu>