aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/CHANGES
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-30 08:02:00 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-30 08:02:00 +0000
commitedc89b24f34e5335ee722d9b477c1f984acd2b7f (patch)
tree5ab08c0c24a5cec0f64a701f8ba689a47b1d5fec /contrib/libpcap/CHANGES
parent2493d5e6cba8f97bf3536531d483452c30429949 (diff)
parent59ed76438047aa730b3a617abd873b84457fc4fd (diff)
downloadsrc-edc89b24f34e5335ee722d9b477c1f984acd2b7f.tar.gz
src-edc89b24f34e5335ee722d9b477c1f984acd2b7f.zip
Notes
Diffstat (limited to 'contrib/libpcap/CHANGES')
-rw-r--r--contrib/libpcap/CHANGES32
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/libpcap/CHANGES b/contrib/libpcap/CHANGES
index 4f7fa355c75b..0dcf957ecad0 100644
--- a/contrib/libpcap/CHANGES
+++ b/contrib/libpcap/CHANGES
@@ -1,3 +1,35 @@
+Monday March 18, 2013 guy@alum.mit.edu
+Summary for 1.4.0 libpcap release
+ Add netfilter/nfqueue interface.
+ If we don't have support for IPv6 address resolution, support,
+ in filter expressions, what IPv6 stuff we can.
+ Checks added for malloc()/realloc()/etc. failures.
+ Fix pcap-config to include -lpthread if canusb support is
+ present
+ Try to fix "pcap_parse not defined" problems when --without-flex
+ and --without-bison are used when you have Flex and Bison
+ Fix some issues with the pcap_loop man page.
+ Fix pcap_getnonblock() and pcap_setnonblock() to fill in the
+ supplied error message buffer
+ Fix typo that, it appeared, would cause pcap-libdlpi.c not to
+ compile (perhaps systems with libdlpi also have BPF and use
+ that instead)
+ Catch attempts to call pcap_compile() on a non-activated pcap_t
+ Fix crash on Linux with CAN-USB support without usbfs
+ Fix addition of VLAN tags for Linux cooked captures
+ Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
+ that the driver can report either one if it doesn't support
+ SIOCETHTOOL
+ Add DLT_INFINIBAND and DLT_SCTP
+ Describe "proto XXX" and "protochain XXX" in the pcap-filter man
+ page
+ Handle either directories, or symlinks to directories, that
+ correspond to interfaces in /sys/class/net
+ Fix handling of VLAN tag insertion to check, on Linux 3.x
+ kernels, for VLAN tag valid flag
+ Clean up some man pages
+ Support libnl3 as well as libnl1 and libnl2 on Linux
+
Friday March 30, 2012. mcr@sandelman.ca
Summary for 1.3.0 libpcap release
Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.