diff options
author | fenner <fenner> | 2000-01-28 00:10:22 +0000 |
---|---|---|
committer | fenner <fenner> | 2000-01-28 00:10:22 +0000 |
commit | 2eddbbb58b952ca29fc1f764eb1ba0621d2ecbcd (patch) | |
tree | def93ae4db449b29fbfa5f1433ddeef9f13a816f /README | |
parent | edb0d2fe087b997bea91bd3aba843020742136cf (diff) | |
download | tcpdump-2eddbbb58b952ca29fc1f764eb1ba0621d2ecbcd.tar.gz |
Update the README a little.
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 14 insertions, 16 deletions
@@ -1,20 +1,21 @@ -@(#) $Header: /tcpdump/master/tcpdump/README,v 1.54 1999-10-07 23:47:09 mcr Exp $ (LBL) +@(#) $Header: /tcpdump/master/tcpdump/README,v 1.55 2000-01-28 00:10:22 fenner Exp $ (LBL) -TCPDUMP 3.4 -Lawrence Berkeley National Laboratory -Network Research Group -tcpdump@ee.lbl.gov -ftp://ftp.ee.lbl.gov/tcpdump.tar.Z +TCPDUMP 3.5 +tcpdump.org +tcpdump-workers@tcpdump.org +http://www.tcpdump.org/ This directory contains source code for tcpdump, a tool for network -monitoring and data acquisition. The original distribution is -available via anonymous ftp to ftp.ee.lbl.gov, in tcpdump.tar.Z. +monitoring and data acquisition. This software was originally +developed by the Network Research Group at the Lawrence Berkeley +National Laboratory. The original distribution is available via +anonymous ftp to ftp.ee.lbl.gov, in tcpdump.tar.Z. More recent +development is performed at tcpdump.org, http://www.tcpdump.org/ -Tcpdump now uses libpcap, a system-independent interface for user-level +Tcpdump uses libpcap, a system-independent interface for user-level packet capture. Before building tcpdump, you must first retrieve and -build libpcap, also from LBL, in: - - ftp://ftp.ee.lbl.gov/libpcap.tar.Z +build libpcap, also originally from LBL and now being maintained by +tcpdump.org; see http://www.tcpdump.org/ . Once libpcap is built (either install it or make sure it's in ../libpcap), you can build tcpdump using the procedure in the INSTALL @@ -52,11 +53,8 @@ documentation. Problems, bugs, questions, desirable enhancements, source code contributions, etc., should be sent to the email address -"tcpdump@ee.lbl.gov". +"tcpdump-workers@tcpdump.org". - - Steve McCanne - Craig Leres - Van Jacobson ------------------------------------- This directory also contains some short awk programs intended as examples of ways to reduce tcpdump data when you're tracking |