Commit graph

15 commits

Author SHA1 Message Date
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wiz
a3133cae45 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.
2005-03-28 02:01:50 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wiz
777c415929 Change DIST_SUBDIR from PKGNAME_NOREV to PKGNAME, since the man page
changed again (see previous commit) and to avoid breakage for people
who have the old distfile.
2004-09-16 23:20:42 +00:00
he
e5d94703c2 The checksum for dnstop.8 changed; sync to the new one. 2004-09-16 16:20:41 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cjep
8ab74c6cff Use DIST_SUBDIR=${PKGNAME_NOREV} as dnstop.8 has no version number. 2004-01-11 15:05:43 +00:00
kim
dbf5c6ce6f manpage revised
.\" $Id: dnstop.8,v 1.5 2003/11/13 21:12:57 wessels Exp $
2004-01-09 04:49:02 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
53d75525f8 Man page got updated:
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-04-23 16:38:49 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
cjep
52a85d79e4 Include the manual page in the distinfo. Don't attempt to extract the
manual page.
2003-01-01 14:26:36 +00:00
wiz
328b3db284 Update to 20021224, now BSD-licensed and with man page. 2002-12-25 00:44:46 +00:00
itojun
9f672efa57 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/
2002-10-30 21:13:35 +00:00