libpcap-1.9.1
Use C99 {u}intN_t types rather than BSD {u_}intN_t types.
Don't put bpf_filter_with_aux_data() in a public header file.
Fix a copy-and-pasteo in a comment.
Rename DLT_IPMB to DLT_IPMB_KONTRON.
Inclue compilers claiming GCC compatibility without being GCC.
Add a pcap/ipnet.h file with IPNET definitions; use the right AF_ values.
Try to make pcap_compile() thread-safer.
Use HTTPS in the www.tcpdump.org URLs.
Add PRIsize, to use as the print format for size_t, and use it.
Report the DLT description in error messages
Clean up handling of packet types in the cooked mode headers.
Clean up sockutils.h.