summaryrefslogtreecommitdiff
path: root/net/dnstop
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-10-30 21:13:35 +0000
committeritojun <itojun@pkgsrc.org>2002-10-30 21:13:35 +0000
commit9f672efa57b53382b558af9bf13dc395d06d0248 (patch)
tree6794bb843a04ddabb7798d4207777a65f7558029 /net/dnstop
parent82283c04e1c8ab3d2a281e048010a50dcc725416 (diff)
downloadpkgsrc-9f672efa57b53382b558af9bf13dc395d06d0248.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/dnstop')
-rw-r--r--net/dnstop/DESCR9
-rw-r--r--net/dnstop/Makefile22
-rw-r--r--net/dnstop/PLIST2
-rw-r--r--net/dnstop/distinfo6
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