diff options
author | itojun <itojun> | 2002-10-30 21:13:35 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-10-30 21:13:35 +0000 |
commit | b5834b8b770695636e169765f30307157316a075 (patch) | |
tree | 6794bb843a04ddabb7798d4207777a65f7558029 /net | |
parent | 5fe96d580185bd3d99b1cfd48f1ddcf5ce89846a (diff) | |
download | pkgsrc-b5834b8b770695636e169765f30307157316a075.tar.gz |
dnstop is a libpcap application (ala tcpdump) that displays various
tables of DNS traffic on your network. Currently dnstop displays
tables of:
* Source IP addresses
* Destination IP addresses
* Query types
* Top level domains
* Second level domains
http://dnstop.measurement-factory.com/
Diffstat (limited to 'net')
-rw-r--r-- | net/dnstop/DESCR | 9 | ||||
-rw-r--r-- | net/dnstop/Makefile | 22 | ||||
-rw-r--r-- | net/dnstop/PLIST | 2 | ||||
-rw-r--r-- | net/dnstop/distinfo | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/dnstop/DESCR b/net/dnstop/DESCR new file mode 100644 index 00000000000..5e742428859 --- /dev/null +++ b/net/dnstop/DESCR @@ -0,0 +1,9 @@ +dnstop is a libpcap application (ala tcpdump) that displays various +tables of DNS traffic on your network. Currently dnstop displays +tables of: + +* Source IP addresses +* Destination IP addresses +* Query types +* Top level domains +* Second level domains diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile new file mode 100644 index 00000000000..d7ae6bd47ef --- /dev/null +++ b/net/dnstop/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/30 21:13:35 itojun Exp $ +# + +DISTNAME= dnstop +PKGNAME= dnstop-20021030 +CATEGORIES= net +MASTER_SITES= http://dnstop.measurement-factory.com/src/ +DISTFILES= dnstop.c Makefile + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://dnstop.measurement-factory.com/src/ +COMMENT= Diagnose tcpdump trace for DNS queries/replies + +WRKSRC= ${WRKDIR} + +do-extract: + ${CP} ${DISTDIR}/dnstop.c ${DISTDIR}/Makefile ${WRKSRC} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/net/dnstop/PLIST b/net/dnstop/PLIST new file mode 100644 index 00000000000..0f437b3b808 --- /dev/null +++ b/net/dnstop/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/30 21:13:35 itojun Exp $ +bin/dnstop diff --git a/net/dnstop/distinfo b/net/dnstop/distinfo new file mode 100644 index 00000000000..b93b7b2d1c4 --- /dev/null +++ b/net/dnstop/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/30 21:13:35 itojun Exp $ + +SHA1 (dnstop.c) = daa0e96bacbb5c181055a53fc32645eb7fcd1586 +Size (dnstop.c) = 16000 bytes +SHA1 (Makefile) = 544107ed235a0a9f74f4ea02e3a5d7ca35891823 +Size (Makefile) = 164 bytes |