From 85aac6de61fa166316bc0d2d6cc411c5633de51e Mon Sep 17 00:00:00 2001 From: fenner Date: Wed, 26 Feb 2003 07:01:33 +0000 Subject: Get ready for libpcap 0.7.2 --- CHANGES | 15 ++++++++++++++- README | 8 ++++---- VERSION | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 04cbe74..78934b0 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 788b042..afc8b05 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 eb49d7c..7486fdb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7 +0.7.2 -- cgit v1.2.3