Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libpcap/lib rpcap://<host>/interface support.
details: https://anonhg.NetBSD.org/src/rev/44ea5d0ae186
branches: trunk
changeset: 746370:44ea5d0ae186
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 29 19:50:46 2020 +0000
description:
rpcap://<host>/interface support.
diffstat:
external/bsd/libpcap/lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 4ad44b8a8b09 -r 44ea5d0ae186 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Sun Mar 29 19:50:23 2020 +0000
+++ b/external/bsd/libpcap/lib/Makefile Sun Mar 29 19:50:46 2020 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2020/03/29 17:49:52 christos Exp $
+# $NetBSD: Makefile,v 1.29 2020/03/29 19:50:46 christos Exp $
USE_SHLIBDIR=yes
.include <bsd.init.mk>
USE_FORT?= yes # network protocol library
CPPFLAGS+= -DPCAP_DONT_INCLUDE_PCAP_BPF_H -DHAVE_CONFIG_H -DENABLE_REMOTE
+CPPFLAGS+= -DPCAP_SUPPORT_RPCAP
CPPFLAGS+= -I${.OBJDIR}
.SUFFIXES: .3 .3pcap
@@ -138,6 +139,7 @@
pcap-common.c \
pcap-new.c \
pcap-rpcap.c \
+pcap-rpcap-unix.c \
pcap.c \
rpcap-protocol.c \
savefile.c \
Home |
Main Index |
Thread Index |
Old Index