summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-01-21 05:07:45 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-01-21 05:07:45 +0000
commit4efa83b58e957fe25ce8f449079e93694717bdd3 (patch)
treea94180d07b7066eedcdc98335721a676db915049
parent10c23c3cd254a80c095eea6a4afebcf5cfe6c353 (diff)
downloadwireshark-4efa83b58e957fe25ce8f449079e93694717bdd3.tar.gz
Added news about Guy's netmon addition.
svn path=/trunk/; revision=174
-rw-r--r--wiretap/ChangeLog6
-rw-r--r--wiretap/README7
2 files changed, 12 insertions, 1 deletions
diff --git a/wiretap/ChangeLog b/wiretap/ChangeLog
index 8f8308c120..b8b8c40b6d 100644
--- a/wiretap/ChangeLog
+++ b/wiretap/ChangeLog
@@ -1,3 +1,9 @@
+January 19, 1999
+ Changed number of arguments of wtap_open_offline().
+
+January 14, 1999
+ Guy added support for reading MicroSoft Network Monitor files.
+
January 7, 1999
Made all filetypes provide a per-packet encapsulation type, and
removed wtap_encapsulation(), effectively getting rid of a per-file
diff --git a/wiretap/README b/wiretap/README
index 2771ead306..29a93ddd01 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.6 1999/01/02 06:50:30 gram Exp $
+$Id: README,v 1.7 1999/01/21 05:07:44 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 is
@@ -60,6 +60,11 @@ LANalyzer
The LANalyzer format is available from http://www.novell.com. Search their
knowledge base for "Trace File Format".
+Network Monitor
+---------------
+MicroSoft's Network Monitor file format is supported, at least under ethernet.
+I've promised to send Guy a token-ring netmon file. soon....
+
"snoop"
-------
The Solaris 2.x "snoop" program's format is documented in RFC 1761.