summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfenner <fenner>2003-02-26 07:01:33 +0000
committerfenner <fenner>2003-02-26 07:01:33 +0000
commit85aac6de61fa166316bc0d2d6cc411c5633de51e (patch)
tree6d59699737fde028dc2f794db8f0ecf42c4b6196
parent59cf8119b372db49c203d0a5c77f3f731ac1daa6 (diff)
downloadlibpcap-0.7.tar.gz
-rw-r--r--CHANGES15
-rw-r--r--README8
-rw-r--r--VERSION2
3 files changed, 19 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 04cbe740..78934b0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,17 @@
-@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.56 2001-10-23 04:37:31 mcr Exp $ (LBL)
+@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.56.2.1 2003-02-26 07:01:33 fenner Exp $ (LBL)
+
+Tuesday, February 25, 2003. fenner@research.att.com. 0.7.2 release
+
+ Support link types that use 802.2 always, never, and sometimes.
+ Don't decrease the size of the BPF buffer from the default.
+ Support frame relay.
+ Handle 32-bit timestamps in DLPI, and pass the right buffer size.
+ Handle Linux systems with modern kernel but without
+ SOL_PACKET in the userland headers.
+ Linux support for ARPHRD_RAWHDLC.
+ Handle 32-bit timestamps in snoop.
+ Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
+ Add new reserved DLT types.
Monday October 23, 2001. mcr@sandelman.ottawa.on.ca. Summary for 0.7 release
diff --git a/README b/README
index 788b0427..afc8b056 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-@(#) $Header: /tcpdump/master/libpcap/README,v 1.24.2.2 2002-05-29 07:12:57 guy Exp $ (LBL)
+@(#) $Header: /tcpdump/master/libpcap/README,v 1.24.2.3 2003-02-26 07:01:33 fenner Exp $ (LBL)
-LIBPCAP 0.7.1
+LIBPCAP 0.7.2
Now maintained by "The Tcpdump Group"
See www.tcpdump.org
@@ -11,8 +11,8 @@ Anonymous CVS is available via:
(password "anoncvs")
cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout libpcap
-Version 0.7.1 of LIBPCAP can be retrieved with the CVS tag "libpcap_0_7rel1":
- cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout -r libpcap_0_7rel1 libpcap
+Version 0.7.2 of LIBPCAP can be retrieved with the CVS tag "libpcap_0_7rel2":
+ cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout -r libpcap_0_7rel2 libpcap
Please send patches against the master copy to patches@tcpdump.org.
diff --git a/VERSION b/VERSION
index eb49d7c7..7486fdbc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7
+0.7.2