aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-20 12:09:52 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-20 12:09:52 +0000
commit565a28497afe8937d38cbc480c5578f69f67b2b8 (patch)
tree2345e7d8de61f2f23ac1acb8935e5312ae0eb682
parent2ef47f9ccb08352098067b8d60690fca56ada2d4 (diff)
Mention support for reading pppd log files.
svn path=/trunk/; revision=2452
-rw-r--r--README3
-rw-r--r--wiretap/README7
2 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 91947e551a..054a56af45 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.42 2000/08/24 23:33:09 guy Exp $
+$Id: README,v 1.43 2000/09/20 12:09:37 gram Exp $
General Information
------- -----------
@@ -101,6 +101,7 @@ HP-UX's nettl
Toshiba's ISDN routers
ISDN4BSD "i4btrace" utility
Cisco Secure Intrustion Detection System iplogging facility
+pppd logs (pppdump-format files)
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/README b/wiretap/README
index d90d665ece..174968be82 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.24 2000/08/22 06:50:16 gram Exp $
+$Id: README,v 1.25 2000/09/20 12:09:52 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
@@ -135,5 +135,10 @@ Cisco Secure Intrustion Detection System iplogging facility
-----------------------------------------------------------
Mike Hall
+pppd logs (pppdump-format files)
+--------------------------------
+Gilbert
+
+
Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@alum.mit.edu>