mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: dns/drool
DNS Replay Tool (drool) can replay DNS traffic from packet capture (PCAP) files and send it to a specified server, with options such as to manipulate the timing between packets, as well as loop packets infinitely or for a set number of iterations. This tool's goal is to be able to produce a high amount of UDP packets per second and TCP sessions per second on common hardware. WWW: https://www.dns-oarc.net/tools/drool PR: 218706 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
This commit is contained in:
parent
c5b96b3aa8
commit
fead0aae6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439784
5 changed files with 42 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
SUBDIR += dnswall
|
||||
SUBDIR += doc
|
||||
SUBDIR += dq
|
||||
SUBDIR += drool
|
||||
SUBDIR += dualserver
|
||||
SUBDIR += erlang-idna
|
||||
SUBDIR += ez-ipupdate
|
||||
|
|
24
dns/drool/Makefile
Normal file
24
dns/drool/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drool
|
||||
DISTVERSION= 1.0.0
|
||||
DISTVERSIONSUFFIX= -beta.3
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://www.dns-oarc.net/files/drool/
|
||||
|
||||
MAINTAINER= jaap@NLnetLabs.nl
|
||||
COMMENT= Replay DNS traffic from packet capture files
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libev.so:devel/libev
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= $$(pkg-config libev --cflags-only-I)
|
||||
LDFLAGS+= $$(pkg-config libev --libs-only-L)
|
||||
|
||||
.include <bsd.port.mk>
|
3
dns/drool/distinfo
Normal file
3
dns/drool/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1492021886
|
||||
SHA256 (drool-1.0.0-beta.3.tar.gz) = cbff7cdb25a9a994eea11074b1263e42703c6a556db9e012fe77bb4191cf2be9
|
||||
SIZE (drool-1.0.0-beta.3.tar.gz) = 403883
|
8
dns/drool/pkg-descr
Normal file
8
dns/drool/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
DNS Replay Tool (drool) can replay DNS traffic from packet capture
|
||||
(PCAP) files and send it to a specified server, with options such
|
||||
as to manipulate the timing between packets, as well as loop packets
|
||||
infinitely or for a set number of iterations. This tool's goal is
|
||||
to be able to produce a high amount of UDP packets per second and
|
||||
TCP sessions per second on common hardware.
|
||||
|
||||
WWW: https://www.dns-oarc.net/tools/drool
|
6
dns/drool/pkg-plist
Normal file
6
dns/drool/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/drool
|
||||
man/man1/drool.1.gz
|
||||
man/man5/drool.conf.5.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
Loading…
Add table
Reference in a new issue