diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-03 06:44:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-03 06:44:13 +0800 |
commit | a927a765a0ad9deb8d3de58f034599144fc98608 (patch) | |
tree | 0207917a3b39d67a598d165c8ef6b98d535d940e /dns/Makefile | |
parent | d25e6d12044f0f3f6af1889c0e92aaaa0aa5abf2 (diff) | |
download | freebsd-ports-gnome-a927a765a0ad9deb8d3de58f034599144fc98608.tar.gz freebsd-ports-gnome-a927a765a0ad9deb8d3de58f034599144fc98608.tar.zst freebsd-ports-gnome-a927a765a0ad9deb8d3de58f034599144fc98608.zip |
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
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 81f180463d8f..e8d97078789f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -22,6 +22,7 @@ SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance + SUBDIR += dnscap SUBDIR += dnscheck SUBDIR += dnsdoctor SUBDIR += dnsflood |