head 1.3; access; symbols pkgsrc-2013Q1:1.3.0.2 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.1.1.0.8 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.6 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.4 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.2 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2013.02.06.19.30.56; author jperkin; state Exp; branches; next 1.2; 1.2 date 2012.10.23.17.18.17; author asau; state Exp; branches; next 1.1; 1.1 date 2011.12.08.07.39.00; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.12.08.07.39.00; author agc; state Exp; branches; next ; desc @@ 1.3 log @PKGREVISION bumps for net/libpcap update. @ text @# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:17 asau Exp $ DISTNAME= dnscap-134 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://dnscap.dns-oarc.net/ MAINTAINER= agc@@NetBSD.org HOMEPAGE= https://www.dns-oarc.net/tools/dnscap COMMENT= Network capture utility designed specifically for DNS traffic LICENSE= isc GNU_CONFIGURE= yes INSTALLATION_DIRS= bin ${MANPREFIX}/man1 .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2011/12/08 07:39:00 agc Exp $ d4 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2011/11/01 06:03:10 sbd Exp $ a13 1 PKG_DESTDIR_SUPPORT= user-destdir @ 1.1.1.1 log @Initial import of dnscap-134 into the Packages Collection. dnscap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format. This utility is similar to tcpdump(1), but has a number of features tailored to DNS transactions and protocol options. OARC likes to use dnscap for DITL data collections. Some of its features include: + Understands both IPv4 and IPv6 + Captures UDP, TCP, and IP fragments. + Collect only queries, responses, or both (-s option) + Collect for only certain source/destination addresses (-a -z -A -Z options) + Periodically creates new pcap files (-t option) + Spawns an upload script after closing a pcap file (-k option) + Will start and stop collecting at specific times (-B -E options) @ text @@