aboutsummaryrefslogtreecommitdiff
path: root/lib/libpcap
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-12-21 21:01:03 +0000
committerCy Schubert <cy@FreeBSD.org>2019-12-21 21:01:03 +0000
commit57e22627f9459b9dfd6043b32e02ecfcf205e176 (patch)
tree733d0d2f47b71256b6ed23db38f8d98f49e84a59 /lib/libpcap
parentd07c5718060de7337ab278cfd1b0f7f0616493c0 (diff)
parent30a580a870fabfea51e4b970c488e58bd1515ce4 (diff)
Notes
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile3
-rw-r--r--lib/libpcap/config.h7
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 4d7d5f4eb44f..bec64e0d0dfa 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -46,6 +46,7 @@ PCAPINCS= \
pcap/nflog.h \
pcap/pcap-inttypes.h \
pcap/pcap.h \
+ pcap/socket.h \
pcap/sll.h \
pcap/usb.h \
pcap/vlan.h
@@ -93,9 +94,7 @@ MAN= pcap.3 \
pcap_open_offline.3 \
pcap_set_buffer_size.3 \
pcap_set_datalink.3 \
- pcap_set_immediate_mode.3 \
pcap_set_promisc.3 \
- pcap_set_protocol.3 \
pcap_set_rfmon.3 \
pcap_set_snaplen.3 \
pcap_set_timeout.3 \
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h
index c4e9814938c7..a0e94c76c8b9 100644
--- a/lib/libpcap/config.h
+++ b/lib/libpcap/config.h
@@ -4,6 +4,9 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the `asprintf' function. */
+#define HAVE_ASPRINTF 1
+
/* Define to 1 if you have the `ether_hostton' function. */
#define HAVE_ETHER_HOSTTON 1
@@ -181,7 +184,7 @@
#define PACKAGE_NAME "pcap"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "pcap 1.9.0"
+#define PACKAGE_STRING "pcap 1.9.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcap"
@@ -190,7 +193,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.9.0"
+#define PACKAGE_VERSION "1.9.1"
/* target host supports netmap */
#define PCAP_SUPPORT_NETMAP 1