Skip to content

Commit

Permalink
Fix more [email protected] references to point to the SourceForge
Browse files Browse the repository at this point in the history
site.
  • Loading branch information
yuguy committed May 30, 2008
1 parent 757827d commit 83206d9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README
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"
Expand All @@ -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]>
Expand Down Expand Up @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions README.aix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 7 additions & 4 deletions pcap-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down
11 changes: 7 additions & 4 deletions pcap1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 83206d9

Please sign in to comment.