]> The Tcpdump Group git mirrors - libpcap/commitdiff
Add some more fixes to the list of changes.
authorguy <guy>
Tue, 23 Aug 2005 03:48:16 +0000 (03:48 +0000)
committerguy <guy>
Tue, 23 Aug 2005 03:48:16 +0000 (03:48 +0000)
Remove trailing white space.

CHANGES

diff --git a/CHANGES b/CHANGES
index 0dbab7c73d5abba447cdc90c406edc1f0abdef72..da52d87f5188e721a26721b1e95b31df349cb95f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,11 @@
-@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.59.2.4 2005-08-19 15:29:59 ken Exp $ (LBL)
+@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.59.2.5 2005-08-23 03:48:16 guy Exp $ (LBL)
 
 Mon.   August 21, 2005.  [email protected]. Summary for 0.9.4 libpcap release
 
        Support for radiotap on Linux (Mike Kershaw)
        Fixes for HP-UX
        Support for additional Juniper link-layer types
+       Fixes for filters on MPLS-encapsulated packets
 
 Tue.   July 5, 2005.  [email protected]. Summary for 0.9.3 libpcap release
 
@@ -20,7 +21,7 @@ Tue.   March 30, 2004. [email protected]. Summary for 3.8.3 release
        Fixed minor problem in gencode.c that would appear on 64-bit
        platforms.
        Version number is now sane.
-       
+
 Mon.   March 29, 2004. [email protected]. Summary for 3.8.2 release
 
        updates for autoconf 2.5
@@ -33,13 +34,13 @@ Wed.   November 12, 2003. [email protected]. Summary for 0.8 release
        Win32 patches from NetGroup, Politecnico di Torino (Italy)
        OpenBSD pf, DLT_PFLOG added
        Many changes to ATM support.
-       lookup pcap_lookupnet() 
+       lookup pcap_lookupnet()
        Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,
                DLT_IP_OVER_FC, DLT_FRELAY, others.
        Sigh.  More AIX wonderfulness.
-       Document updates. 
+       Document updates.
        Changes to API: pcap_next_ex(), pcap_breakloop(), pcap_dump_flush(),
-                       pcap_list_datalinks(), pcap_set_datalink(), 
+                       pcap_list_datalinks(), pcap_set_datalink(),
                        pcap_lib_version(), pcap_datalink_val_to_name(),
                        pcap_datalink_name_to_val(), new error returns.
 
@@ -60,7 +61,7 @@ Monday October 23, 2001. [email protected]. Summary for 0.7 release
 
        Added pcap_findalldevs() call to get list of interfaces in a MI way.
 
-       pcap_stats() has been documented as to what its counters mean on 
+       pcap_stats() has been documented as to what its counters mean on
        each platform.
 
 Tuesday January 9, 2001. [email protected]. Summary for 0.6 release
@@ -133,7 +134,7 @@ Greg Troxel <[email protected]>
 - Added a new "pcap_compile_nopcap()", which lets you compile a filter
   expression into a BPF program without having an open live capture or
   capture file.
-  
+
 v0.4 Sat Jul 25 12:40:09 PDT 1998
 
 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill