mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04: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
2 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,6 @@ SRCS= bpf_dump.c \
|
|||
pcap-bpf.c \
|
||||
pcap-common.c \
|
||||
pcap-netmap.c \
|
||||
pcap-usb-linux-common.c \
|
||||
pcap-util.c \
|
||||
pcap.c \
|
||||
savefile.c \
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
#define PACKAGE_NAME "pcap"
|
||||
|
||||
/* 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 PACKAGE_TARNAME "pcap"
|
||||
|
|
@ -192,7 +192,7 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.10.4"
|
||||
#define PACKAGE_VERSION "1.10.5"
|
||||
|
||||
/* target host supports netmap */
|
||||
#define PCAP_SUPPORT_NETMAP 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue