forked from the-tcpdump-group/libpcap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more [email protected] references to point to the SourceForge
site.
- Loading branch information
Showing
4 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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:[email protected]:/tcpdump/master checkout -r libpcap_0_9rel1 libpcap | ||
|
||
Please send patches against the master copy to [email protected]. | ||
Please submit patches against the master copy to the libpcap project on | ||
sourceforge.net. | ||
|
||
formerly from Lawrence Berkeley National Laboratory | ||
Network Research Group <[email protected]> | ||
|
@@ -86,8 +87,7 @@ site for libpcap at | |
http://sourceforge.net/projects/libpcap/ | ||
|
||
Source code contributions, etc. should be sent to the email address | ||
"[email protected]", 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]", 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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]", 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 { | ||
|