diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-28 02:01:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-28 02:01:50 +0000 |
commit | a3133cae454cd8a17c1ca9f95b2ba627fa4b40a3 (patch) | |
tree | 5424a7b1bc0d4384b68dcc0aa37c95202a4e5cda /net/dnstop | |
parent | 70076e2240ce77e81b1ac80487383044a1d466bf (diff) | |
download | pkgsrc-a3133cae454cd8a17c1ca9f95b2ba627fa4b40a3.tar.gz |
Update to 20050203:
2005/01/21 Sam Norris
Added support for third-level domain statistics. Use the -t
command line option to enable collection of 3rd-level stats,
and use '3' while running to display them. Note that enabling
3rd-level stats collection does not automatically also enable
2nd-level stats.
2005/01/13 Duane Wessels
Added a non-interactive mode. If you specify a savefile and
stdout is not a TTY, dnstop prints each table at the end.
2004/03/09 Duane Wessels
Added filter support. Filters can be used to restrict the input
stream to queries with certain characteristics. The currently
defined filters are:
unknown-tlds Only includes queries for TLDs that are
bogus. Useful for identifying hosts/servers
that leak queries for things like "localhost"
or "workgroup."
A-for-A Only includes A queries for names that are
already IP addresses. Certain Microsoft
Windows DNS servers have a known bug that
forward these queries.
rfc1918-ptr PTR queries for addresses in RFC1918 space.
These should never leak from inside an
organization.
2003/11/13 Mark Foster <mark@foster.cc>
Added 'c' to display options. This screen will combine the
source and sld fields to show "who is querying for what" -
reason: we see alot of duplicate querys for whatever reason.
This will help separate the legitimate queries from the broken
resolvers, etc. See http://www.circleid.com/article/102_0_1_0_C/
for more about that.
Closes PR 29807.
Diffstat (limited to 'net/dnstop')
-rw-r--r-- | net/dnstop/Makefile | 14 | ||||
-rw-r--r-- | net/dnstop/distinfo | 11 |
2 files changed, 9 insertions, 16 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index f5ec791549b..b2c3c3d9b00 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,24 +1,20 @@ -# $NetBSD: Makefile,v 1.11 2004/09/16 23:20:42 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/03/28 02:01:50 wiz Exp $ # -DISTNAME= dnstop-20021224 -PKGREVISION= 2 +DISTNAME= dnstop-20050203 CATEGORIES= net MASTER_SITES= http://dnstop.measurement-factory.com/src/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dnstop.8 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://dnstop.measurement-factory.com/src/ COMMENT= Diagnose tcpdump trace for DNS queries/replies -WRKSRC= ${WRKDIR} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -DIST_SUBDIR= ${PKGNAME} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin - ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/dnstop.8 ${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dnstop ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/dnstop +.include "../../devel/ncurses/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/dnstop/distinfo b/net/dnstop/distinfo index 2cab3e9681b..dcceb0f4b4b 100644 --- a/net/dnstop/distinfo +++ b/net/dnstop/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/02/24 12:13:45 agc Exp $ +$NetBSD: distinfo,v 1.10 2005/03/28 02:01:50 wiz Exp $ -SHA1 (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 94aada6e3fa0882923cd6776a003490ecef83dd9 -RMD160 (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 64caa1e28f57dcead26c929ce70b0ce5b740c18b -Size (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 6460 bytes -SHA1 (dnstop-20021224nb2/dnstop.8) = 7fda2751bea0303e52715f46ae8426be153d01f5 -RMD160 (dnstop-20021224nb2/dnstop.8) = f5285902b40f2318170f8616154671c0cac2628a -Size (dnstop-20021224nb2/dnstop.8) = 2302 bytes +SHA1 (dnstop-20050203.tar.gz) = 59c66f683fe17c59c03a93c6373386e58754e450 +RMD160 (dnstop-20050203.tar.gz) = de1811f4ecef1f853627f40e02bb747f4ec0919c +Size (dnstop-20050203.tar.gz) = 11086 bytes |