From 9f672efa57b53382b558af9bf13dc395d06d0248 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 30 Oct 2002 21:13:35 +0000 Subject: 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/ --- net/dnstop/DESCR | 9 +++++++++ net/dnstop/Makefile | 22 ++++++++++++++++++++++ net/dnstop/PLIST | 2 ++ net/dnstop/distinfo | 6 ++++++ 4 files changed, 39 insertions(+) create mode 100644 net/dnstop/DESCR create mode 100644 net/dnstop/Makefile create mode 100644 net/dnstop/PLIST create mode 100644 net/dnstop/distinfo (limited to 'net/dnstop') 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 -- cgit v1.2.3