Commit Graph

4 Commits

Author SHA1 Message Date
Edwin Groothuis
2d46079a2a Fix build, don't depend on bind9 to be installed anymore.
Noticed by: QAT
2008-09-23 01:18:25 +00:00
Edwin Groothuis
31fd6002c0 dnscap is a network capture utility designed specifically for DNS
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>
2008-09-23 00:53:38 +00:00
Edwin Groothuis
07faecc69f Removed on authors request until the program has reached maturity. 2007-05-02 23:38:24 +00:00
Edwin Groothuis
e47de4b05b DNSCAP - DNS traffic capture utility
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
2007-05-02 22:44:13 +00:00