From 83206d9b13bca3794fb230da3617796ca4c5cb55 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 30 May 2008 01:43:21 +0000 Subject: [PATCH] Fix more patches@tcpdump.org references to point to the SourceForge site. --- README | 8 ++++---- README.aix | 7 +++++-- pcap-int.h | 11 +++++++---- pcap1.h | 11 +++++++---- 4 files changed, 23 insertions(+), 14 deletions(-) diff --git a/README b/README index 94831c4..478e4ad 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -@(#) $Header: /tcpdump/master/libpcap/README,v 1.31 2008-05-30 01:35:33 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/libpcap/README,v 1.32 2008-05-30 01:43:21 guy Exp $ (LBL) LIBPCAP 0.9 Now maintained by "The Tcpdump Group" @@ -15,7 +15,8 @@ Anonymous CVS is available via: Version 0.9 of LIBPCAP can be retrieved with the CVS tag "libpcap_0_9rel1": cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout -r libpcap_0_9rel1 libpcap -Please send patches against the master copy to patches@tcpdump.org. +Please submit patches against the master copy to the libpcap project on +sourceforge.net. formerly from Lawrence Berkeley National Laboratory Network Research Group @@ -86,8 +87,7 @@ site for libpcap at http://sourceforge.net/projects/libpcap/ Source code contributions, etc. should be sent to the email address -"patches@tcpdump.org", or submitted as patches on the SourceForge site -for libpcap. +submitted as patches on the SourceForge site for libpcap. Current versions can be found at www.tcpdump.org, or the SourceForge site for libpcap. diff --git a/README.aix b/README.aix index 20fbcb7..b32fa58 100644 --- a/README.aix +++ b/README.aix @@ -19,8 +19,11 @@ Using BPF: possible a description of the symptoms, including indications of the network link-layer type being wrong or time stamps being wrong). - If you fix the problems yourself, please send to patches@tcpdump.org - a patch, so we can incorporate them into the next release. + If you fix the problems yourself, please submit a patch to + + http://sourceforge.net/projects/libpcap/ + + so we can incorporate them into the next release. If you don't fix the problems yourself, you can, as a workaround, make libpcap use DLPI instead of BPF. diff --git a/pcap-int.h b/pcap-int.h index b48df28..72b1344 100644 --- a/pcap-int.h +++ b/pcap-int.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.91 2008-05-30 01:35:33 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.92 2008-05-30 01:43:21 guy Exp $ (LBL) */ #ifndef pcap_int_h @@ -320,9 +320,12 @@ struct pcap_timeval { * the old record header as well as files with the new record header * (using the magic number to determine the header format). * - * Then supply the changes to "patches@tcpdump.org", so that future - * versions of libpcap and programs that use it (such as tcpdump) will - * be able to read your new capture file format. + * Then supply the changes as a patch at + * + * http://sourceforge.net/projects/libpcap/ + * + * so that future versions of libpcap and programs that use it (such as + * tcpdump) will be able to read your new capture file format. */ struct pcap_sf_pkthdr { diff --git a/pcap1.h b/pcap1.h index 6548a41..31c3386 100644 --- a/pcap1.h +++ b/pcap1.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/libpcap/pcap1.h,v 1.4 2008-05-30 01:35:33 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap1.h,v 1.5 2008-05-30 01:43:21 guy Exp $ (LBL) */ #ifndef lib_pcap_h @@ -103,9 +103,12 @@ typedef struct pcap_addr pcap_addr_t; * the old file header as well as files with the new file header * (using the magic number to determine the header format). * - * Then supply the changes to "patches@tcpdump.org", so that future - * versions of libpcap and programs that use it (such as tcpdump) will - * be able to read your new capture file format. + * Then supply the changes as a patch at + * + * http://sourceforge.net/projects/libpcap/ + * + * so that future versions of libpcap and programs that use it (such as + * tcpdump) will be able to read your new capture file format. */ enum pcap1_info_types {