aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-09-14 17:09:34 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2025-01-29 19:29:29 +0000
commit68ddf72800f81ea725785848e9919a4a23acf411 (patch)
treee4cd93bfc14c364b4d9ddb18ef7149c59f1f156f /lib
parentf68d1f3ef23f4a409535051d541e8e97f45eae3c (diff)
Diffstat (limited to 'lib')
-rw-r--r--lib/libpcap/Makefile1
-rw-r--r--lib/libpcap/config.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 792f0ff24e8a..9ba91504852b 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -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 \
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h
index 132b9bb29183..cea0cc4fd7cb 100644
--- a/lib/libpcap/config.h
+++ b/lib/libpcap/config.h
@@ -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