]> The Tcpdump Group git mirrors - tcpdump/blobdiff - README.md
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / README.md
index 40e3f4afdb4892990f3b9534b8dafa538fe9614d..c83ffab9f7b45df58ba4e6289ca0990e7ed06aae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,10 +15,6 @@ Anonymous Git is available via:
 
        git clone git://bpf.tcpdump.org/tcpdump
 
-Version 4.x.y of TCPDUMP can be retrieved with the CVS tag `tcpdump_4_xrely`:
-
-       cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_4_xrely tcpdump
-
 Please submit patches by forking the branch on GitHub at:
 
 *      http://github.com/the-tcpdump-group/tcpdump/tree/master
@@ -27,7 +23,7 @@ and issuing a pull request.
 
 formerly from  Lawrence Berkeley National Laboratory  
                Network Research Group <[email protected]>  
-               ftp://ftp.ee.lbl.gov/tcpdump.tar.Z (3.4)  
+               ftp://ftp.ee.lbl.gov/old/tcpdump.tar.Z (3.4)
 
 This directory contains source code for tcpdump, a tool for network
 monitoring and data acquisition.  This software was originally
@@ -42,7 +38,7 @@ 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`
+`../libpcap`), you can build tcpdump using the procedure in the `INSTALL.txt`
 file.
 
 The program is loosely based on SMI's "etherfind" although none of the
@@ -65,11 +61,11 @@ about tcpdump and how to interpret its output, pick up this book.
 Some tools for viewing and analyzing tcpdump trace files are available
 from the Internet Traffic Archive:
 
-* http://www.acm.org/sigcomm/ITA/
+* http://www.sigcomm.org/ITA/
 
 Another tool that tcpdump users might find useful is tcpslice:
 
-* ftp://ftp.ee.lbl.gov/tcpslice.tar.Z
+* https://github.com/the-tcpdump-group/tcpslice
 
 It is a program that can be used to extract portions of tcpdump binary
 trace files. See the above distribution for further details and