aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2024-04-29 17:27:47 -0700
committerGuy Harris <gharris@sonic.net>2024-04-29 17:27:47 -0700
commit0797ed7340f93618fd097ad870dfc1dde7cecc4f (patch)
treeba353edea923804f4a08cc6fc73665349b446bc9
parentc2c7df02ed999522382b95342d6c157f9d1d21a3 (diff)
downloadlibpcap-upstream-master.tar.gz
CHANGES: pick up some 1.10.5 changes from the 1.10.5 branch. [skip ci]upstream-master
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f56b9562..6c27a3b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,13 +75,14 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
Squelch compiler warning in grammar.c.
Fix findalldevtest compilation if IPv6 isn't enabled.
Rename helper routines for pcap modules to have names beginning with
- pcapint_, to avoid namespace collisions for code linking statically
- with libpcap.
+ pcapint_, to avoid namespace collisions for code linking statically
+ with libpcap.
Avoid casting hack for the Windows cleanup-on-exit routine.
Use %zu format for one case of printing a size_t.
Fix some Coverity errors.
Fix availabilities of some functions to match reality.
pcap: make the seconds and microseconds/nanoseconds fields unsigned.
+ Remove the unused pcap-rpcap-int.h header file.
Thread safety:
Make some static variables thread-local; fixes issue #1174.
Packet filtering:
@@ -104,6 +105,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
Add CAN XL support to DLT_CAN_SOCKETCAN
Clean up the code that sets the "real" ("original") length for
isochronous USB transfers.
+ Avoid unnecessary blocking on recvmsg() in the Bluetooth monitor and
+ Bluetoth modules.
Solaris:
Handle BPF returning ESRCH for unknown devices.
List the "any" device if it's supported.