aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscap
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.3.0Sunpoet Po-Chuan Hsieh2016-12-305-54/+28
| | | | | | | | | | | | | - Update LICENSE - Add LICENSE_FILE - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/DNS-OARC/dnscap/releases Notes: svn path=/head/; revision=430018
* - Add LICENSEDmitry Marakasov2016-11-232-6/+7
| | | | | | | | - Use GNU_CONFIGURE - Regenerate patches Notes: svn path=/head/; revision=426957
* Reset edwin's ports, he has handed in his commit bit.Rene Ladan2016-11-161-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=426269
* Support stagingEmanuel Haupt2014-02-191-5/+3
| | | | Notes: svn path=/head/; revision=345077
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* Remove some leftover files from a long time ago.Edwin Groothuis2011-03-225-624/+0
| | | | Notes: svn path=/head/; revision=271507
* Update to version 134Edwin Groothuis2011-03-223-27/+5
| | | | | | | Submitted by: "Wessels, Duane" <dwessels@verisign.com> Notes: svn path=/head/; revision=271505
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix build, don't depend on bind9 to be installed anymore.Edwin Groothuis2008-09-237-3/+633
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=220461
* dnscap is a network capture utility designed specifically for DNSEdwin Groothuis2008-09-235-0/+91
| | | | | | | | | | | | | | | | | traffic. It normally produces binary data in pcap(3) format, either on standard output or in successive dump files (based on the -w command line option.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces. WWW: https://www.dns-oarc.net/tools/dnscap PR: ports/127433 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=220458
* Removed on authors request until the program has reached maturity.Edwin Groothuis2007-05-023-47/+0
| | | | Notes: svn path=/head/; revision=191435
* DNSCAP - DNS traffic capture utilityEdwin Groothuis2007-05-023-0/+47
cap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format, either on standard output (by default) or in successive dump files (if the d command line option is given.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces. SYNOPSIS dnscap [-avf6] [-i if ...] [-l vlan ...] [-p port] [-m [quire]] [-h [ir]] [-q host ...] [-r host ...] [-d base [-k cmd]] [-t lim] [-c lim] WWW: http://public.oarci.net/tools/dnscap Notes: svn path=/head/; revision=191430