summaryrefslogtreecommitdiff
path: root/net/dnscap/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08Honor ${PKGMANDIR} during installation of net/dnscap.jlam1-4/+1
2017-08-08There is no MANPREFIX variable -- use PKGMANDIR as intended.jlam1-2/+2
2015-08-14Update net/dnscap to dnscap-141, from Benedek Gergely via pkgsrc-users@.leot1-3/+2
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.
2013-02-06PKGREVISION bumps for net/libpcap update.jperkin1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-12-08Initial import of dnscap-134 into the Packages Collection.agc1-0/+19
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)