diff options
author | agc <agc@pkgsrc.org> | 2011-12-08 07:39:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2011-12-08 07:39:00 +0000 |
commit | f3368e18173ac08f0e6b09c7b314b1612f117c28 (patch) | |
tree | 5247fb70d2862bfb77249c2595d25e13bed86554 /net/dnscap/DESCR | |
parent | 57410bd6adcb6051947742a7eb3589cc5d5a83e8 (diff) | |
download | pkgsrc-f3368e18173ac08f0e6b09c7b314b1612f117c28.tar.gz |
Initial import of dnscap-134 into the Packages Collection.
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)
Diffstat (limited to 'net/dnscap/DESCR')
-rw-r--r-- | net/dnscap/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/dnscap/DESCR b/net/dnscap/DESCR new file mode 100644 index 00000000000..8014d543894 --- /dev/null +++ b/net/dnscap/DESCR @@ -0,0 +1,16 @@ +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) |