mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
libpcap: Add changes missed in update to 1.10.5
Fixes: afdbf109c6
(libpcap: Update to 1.10.5)
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
407a9cced6
commit
ecb75be376
@ -19,7 +19,6 @@ SRCS= bpf_dump.c \
|
|||||||
pcap-bpf.c \
|
pcap-bpf.c \
|
||||||
pcap-common.c \
|
pcap-common.c \
|
||||||
pcap-netmap.c \
|
pcap-netmap.c \
|
||||||
pcap-usb-linux-common.c \
|
|
||||||
pcap-util.c \
|
pcap-util.c \
|
||||||
pcap.c \
|
pcap.c \
|
||||||
savefile.c \
|
savefile.c \
|
||||||
|
@ -183,7 +183,7 @@
|
|||||||
#define PACKAGE_NAME "pcap"
|
#define PACKAGE_NAME "pcap"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "pcap 1.10.4"
|
#define PACKAGE_STRING "pcap 1.10.5"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "pcap"
|
#define PACKAGE_TARNAME "pcap"
|
||||||
@ -192,7 +192,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.10.4"
|
#define PACKAGE_VERSION "1.10.5"
|
||||||
|
|
||||||
/* target host supports netmap */
|
/* target host supports netmap */
|
||||||
#define PCAP_SUPPORT_NETMAP 1
|
#define PCAP_SUPPORT_NETMAP 1
|
||||||
|
Loading…
Reference in New Issue
Block a user