summaryrefslogtreecommitdiff
path: root/net/dnstop
AgeCommit message (Collapse)AuthorFilesLines
2007-03-04update dnstop to version 20070219.dogcow2-6/+6
IPv6 support is now included; less CPU is required; miscellaneous bugfixes. See CHANGES for more detailed information.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-08Update dnstop to 20060517.obache2-6/+6
Patch provided by Martin Wilke via PR 34425. - Changelog A few fixes for OS X. 1) select()ing on a pcap FD doesn't always work. Advice from tcpdump mailing list archive is to put it into non-blocking mode and ignore the select() return value. 2) Added $(LDFLAGS) to link command line in Makefile to have dnstop linked with specific libraries. LDFLAGS will be picked up from the environment. 3) OS X needs to #include <arpa/nameser_compat.h> 2006/04/24 Duane Wessels Adriaan Peeters reported that the list of known TLDs is out-of-date. In particular, the .EU domain is not in the list. 2005/04/05 Duane Wessels Mark Foster found a bug with the source+SLD list. It was being updated for 3RD-level domain names as well. Mark also suggested that the '@' key should display the source+SLD screen, just as '3' and '#' work for 3RD-level.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-03-28Update to 20050203:wiz2-16/+9
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.
2005-02-24Add RMD160 digests.agc1-1/+3
2004-09-16Change DIST_SUBDIR from PKGNAME_NOREV to PKGNAME, since the man pagewiz2-7/+7
changed again (see previous commit) and to avoid breakage for people who have the old distfile.
2004-09-16The checksum for dnstop.8 changed; sync to the new one.he1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-11Use DIST_SUBDIR=${PKGNAME_NOREV} as dnstop.8 has no version number.cjep2-7/+8
2004-01-09manpage revisedkim2-5/+5
.\" $Id: dnstop.8,v 1.5 2003/11/13 21:12:57 wessels Exp $
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-23Man page got updated:wiz2-4/+5
1c1 < .\" $Id: dnstop.8,v 1.2 2002/12/24 19:20:28 wessels Exp $ --- > .\" $Id: dnstop.8,v 1.3 2003/01/24 17:44:23 wessels Exp $ 53c53 < display the desitination address table --- > display the destination address table Noted by Jeremy C. Reed in PR 21286.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-01Include the manual page in the distinfo. Don't attempt to extract thecjep2-2/+5
manual page.
2002-12-25Update to 20021224, now BSD-licensed and with man page.wiz3-13/+13
2002-10-30dnstop is a libpcap application (ala tcpdump) that displays variousitojun4-0/+39
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/