diff options
author | guy <guy> | 2007-09-14 01:02:07 +0000 |
---|---|---|
committer | guy <guy> | 2007-09-14 01:02:07 +0000 |
commit | 065843bbbe43f98ebea0d0947d48109359d156dc (patch) | |
tree | de8f2641f53bc17b2451ec3ebc0fef1a60cd08ac /README | |
parent | 2b9311703dc4ca6d04294309ef31499d36224cba (diff) | |
download | tcpdump-065843bbbe43f98ebea0d0947d48109359d156dc.tar.gz |
From Christian Sievers: add support for TFTP option acknowledgements
(RFC 2347), and add an opening quotation mark to the error message
string.
Don't use the system's <arpa/tftp.h>, use our own.
Update the README to reflect the current practice for submitting
patches, and fix a spelling error.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -@(#) $Header: /tcpdump/master/tcpdump/README,v 1.65 2004-10-12 02:01:59 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/tcpdump/README,v 1.66 2007-09-14 01:02:07 guy Exp $ (LBL) TCPDUMP 3.9 Now maintained by "The Tcpdump Group" @@ -11,10 +11,11 @@ Anonymous CVS is available via: (password "anoncvs") cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout tcpdump -Version 3.9 of TCPDUMP can be retrived with the CVS tag "tcpdump_3_9rel1": +Version 3.9 of TCPDUMP can be retrieved with the CVS tag "tcpdump_3_9rel1": cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_3_9rel1 tcpdump -Please send patches against the master copy to patches@tcpdump.org. +Please submit patches against the master copy to the tcpdump project on +sourceforge.net. formerly from Lawrence Berkeley National Laboratory Network Research Group <tcpdump@ee.lbl.gov> |