dect
/
libpcap
Archived
13
0
Fork 0

Fix more patches@tcpdump.org references to point to the SourceForge

site.
This commit is contained in:
guy 2008-05-30 01:43:21 +00:00
parent 757827db5f
commit 83206d9b13
4 changed files with 23 additions and 14 deletions

8
README
View File

@ -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 LIBPCAP 0.9
Now maintained by "The Tcpdump Group" 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": 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 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 formerly from Lawrence Berkeley National Laboratory
Network Research Group <libpcap@ee.lbl.gov> Network Research Group <libpcap@ee.lbl.gov>
@ -86,8 +87,7 @@ site for libpcap at
http://sourceforge.net/projects/libpcap/ http://sourceforge.net/projects/libpcap/
Source code contributions, etc. should be sent to the email address Source code contributions, etc. should be sent to the email address
"patches@tcpdump.org", or submitted as patches on the SourceForge site submitted as patches on the SourceForge site for libpcap.
for libpcap.
Current versions can be found at www.tcpdump.org, or the SourceForge Current versions can be found at www.tcpdump.org, or the SourceForge
site for libpcap. site for libpcap.

View File

@ -19,8 +19,11 @@ Using BPF:
possible a description of the symptoms, including indications of the possible a description of the symptoms, including indications of the
network link-layer type being wrong or time stamps being wrong). network link-layer type being wrong or time stamps being wrong).
If you fix the problems yourself, please send to patches@tcpdump.org If you fix the problems yourself, please submit a patch to
a patch, so we can incorporate them into the next release.
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, If you don't fix the problems yourself, you can, as a workaround,
make libpcap use DLPI instead of BPF. make libpcap use DLPI instead of BPF.

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * 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 #ifndef pcap_int_h
@ -320,9 +320,12 @@ struct pcap_timeval {
* the old record header as well as files with the new record header * the old record header as well as files with the new record header
* (using the magic number to determine the header format). * (using the magic number to determine the header format).
* *
* Then supply the changes to "patches@tcpdump.org", so that future * Then supply the changes as a patch at
* versions of libpcap and programs that use it (such as tcpdump) will *
* be able to read your new capture file format. * 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 { struct pcap_sf_pkthdr {

11
pcap1.h
View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * 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 #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 * the old file header as well as files with the new file header
* (using the magic number to determine the header format). * (using the magic number to determine the header format).
* *
* Then supply the changes to "patches@tcpdump.org", so that future * Then supply the changes as a patch at
* versions of libpcap and programs that use it (such as tcpdump) will *
* be able to read your new capture file format. * 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 { enum pcap1_info_types {