pkgsrc/net/dnscap/Makefile
leot 89a06f073b Update net/dnscap to dnscap-141, from Benedek Gergely via pkgsrc-users@.
ok by wiz@.

Changes:
2012-03-22
        Added -Y option to specify the IP address of responses that
        should not be captured.  This option is useful when you want
        to capture queries and spoofed response (DDoS attack) traffic,
        but not the normal response traffic.

        Added -L option to specify that dnscap should capture both
        VLAN-tagged and un-tagged packets.  This is in contrast
        to the existing -l option which causes untagged packets
        to be ignored.
2015-08-14 21:08:00 +00:00

18 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/08/14 21:08:00 leot Exp $
DISTNAME= dnscap-141
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"