diff options
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | PLATFORMS | 8 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | TODO | 12 | ||||
-rw-r--r-- | VERSION | 3 |
5 files changed, 23 insertions, 15 deletions
@@ -1,4 +1,4 @@ -@(#) $Header: /tcpdump/master/tcpdump/Attic/INSTALL,v 1.45 2000-09-23 08:03:27 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/tcpdump/Attic/INSTALL,v 1.46 2000-12-08 06:59:10 mcr Exp $ (LBL) If you have not built libpcap, do so first. See the README file in this directory for the ftp location. @@ -34,10 +34,7 @@ If your system is not one which we have tested tcpdump on, you may have to modify the configure script and Makefile.in. Please send us patches for any modifications you need to make. -== Tested platforms == -NetBSD 1.4.1/i386 (mcr, itojun) -RedHat Linux 6.1/i386 (assar) -FreeBSD 2.2.8/i386 (itojun) +Please see "PLATFORMS" for notes about tested platforms. FILES diff --git a/PLATFORMS b/PLATFORMS new file mode 100644 index 00000000..49291176 --- /dev/null +++ b/PLATFORMS @@ -0,0 +1,8 @@ +== Tested platforms == +NetBSD 1.5/i386 (mcr - 2000/12/8) + +--- +RedHat Linux 6.1/i386 (assar) +FreeBSD 2.2.8/i386 (itojun) + + @@ -1,6 +1,6 @@ -@(#) $Header: /tcpdump/master/tcpdump/README,v 1.57 2000-07-13 06:39:17 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/tcpdump/README,v 1.58 2000-12-08 06:59:11 mcr Exp $ (LBL) -TCPDUMP 3.5 +TCPDUMP 3.6 Now maintained by "The Tcpdump Group" See www.tcpdump.org @@ -11,8 +11,8 @@ Anonymous CVS is available via: (password "anoncvs") cvs -d cvs.tcpdump.org:/tcpdump/master checkout tcpdump -Version 3.5 of TCPDUMP can be retrived with the CVS tag "tcpdump_3_5": - cvs -d cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_3_5 tcpdump +Version 3.6 of TCPDUMP can be retrived with the CVS tag "tcpdump_3_6": + cvs -d cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_3_6 tcpdump Please send patches against the master copy to patches@tcpdump.org. @@ -1,5 +1,7 @@ -1. Linux builds on 3.5 -2. README updates -3. CHANGES updates -4. INSTALL updates -5. retag libpcap +1. update credits +2. review "FILES" +3. search for version info +4. get PLATFORMS filled in +5. update CHANGES file +6. do same for libpcap + @@ -1 +1,2 @@ -3.5 +3.6 + |