Up to [cvs.netbsd.org] / pkgsrc / net / dnstop
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 25 10:26:17 2009 UTC (2 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
HEAD
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update dnstop to 20090128.
Based on PR 41779 by Fredrik Pettai.
Version 20090128:
I added a new feature to dnstop today that filters on "refused" response codes.
This might be useful in tracking the ongoing DNS-based DDoS attacks.
To use this new feature:
dnstop -R -f refused eth0
Version 20080321:
The interesting changes came in a patch from Dave Plonka:
Fixed a bug that cause dnstop to Memory fault when processing
a DNS packet greater than PCAP_SNAPLEN (previously 1460) bytes
in size.
Raised PCAP_SNAPLEN to 65535 to avoid truncating large DNS
packets.
Eliminated unnecessary stack buffers and memcpy calls when
handling packets.
Also some variables have been added to the Makefile at the request
of a packager so that it may be easier to customize where files are
installed, etc.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 4 06:49:44 2007 UTC (5 years, 2 months ago) by dogcow
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
update dnstop to version 20070219. IPv6 support is now included; less CPU is required; miscellaneous bugfixes. See CHANGES for more detailed information.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 8 12:43:38 2006 UTC (5 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update dnstop to 20060517.
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.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 28 02:01:50 2005 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +4 -7
lines
Diff to previous 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 24 12:13:45 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Add RMD160 digests.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 16 23:20:42 2004 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
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.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 16 16:20:41 2004 UTC (7 years, 8 months ago) by he
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
The checksum for dnstop.8 changed; sync to the new one.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 11 15:05:43 2004 UTC (8 years, 4 months ago) by cjep
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Use DIST_SUBDIR=${PKGNAME_NOREV} as dnstop.8 has no version number.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 9 04:49:02 2004 UTC (8 years, 4 months ago) by kim
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
manpage revised .\" $Id: dnstop.8,v 1.5 2003/11/13 21:12:57 wessels Exp $
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 23 16:38:50 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
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.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 1 14:26:36 2003 UTC (9 years, 4 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Include the manual page in the distinfo. Don't attempt to extract the manual page.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 25 00:44:46 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -5
lines
Diff to previous 1.1 (colored)
Update to 20021224, now BSD-licensed and with man page.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 30 21:13:35 2002 UTC (9 years, 6 months ago) by itojun
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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/
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 30 21:13:35 2002 UTC (9 years, 6 months ago) by itojun
Branch: MAIN
Initial revision