diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-06-23 20:56:15 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:00 -0300 |
commit | b24a866ff233430191501915a6749dbea0c16507 (patch) | |
tree | 8155d0f1b6b29310f044f0e27c90c10c839bc976 /network | |
parent | 7f0b8674e81b51a7fa2a5d94f9b46f353b5ce8ca (diff) | |
download | slackbuilds-b24a866ff233430191501915a6749dbea0c16507.tar.gz |
network/dnstop: Updated for version 20110127.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/dnstop/README | 16 | ||||
-rw-r--r-- | network/dnstop/dnstop.SlackBuild | 2 | ||||
-rw-r--r-- | network/dnstop/dnstop.info | 6 |
3 files changed, 11 insertions, 13 deletions
diff --git a/network/dnstop/README b/network/dnstop/README index eb6279521f..b553554476 100644 --- a/network/dnstop/README +++ b/network/dnstop/README @@ -1,6 +1,5 @@ -dnstop is a libpcap application (ala tcpdump) that displays various -tables of DNS traffic on your network. Currently dnstop displays tables -of: +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 @@ -14,16 +13,15 @@ of: dnstop supports both IPv4 and IPv6 addresses. -To help find especially undesirable DNS queries, dnstop provides a number -of filters. The filters tell dnstop to display only the following types of -queries: +To help find especially undesirable DNS queries, dnstop provides a number of +filters. The filters tell dnstop to display only the following types of queries: * For unknown/invalid TLDs * A queries where the query name is already an IP address - * PTR queries for RFC1918 address space + * PTR queries for RFC1918 address space -dnstop can either read packets from the live capture device, or from a -tcpdump savefile. +dnstop can either read packets from the live capture device, or from a tcpdump +savefile. -- Unless modified, this script compiles with PPP frame support. diff --git a/network/dnstop/dnstop.SlackBuild b/network/dnstop/dnstop.SlackBuild index 25504fa57c..07a83ae49a 100644 --- a/network/dnstop/dnstop.SlackBuild +++ b/network/dnstop/dnstop.SlackBuild @@ -9,7 +9,7 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. PRGNAM=dnstop -VERSION=20110127 +VERSION=20110502 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/dnstop/dnstop.info b/network/dnstop/dnstop.info index 6d1027d363..644486edd1 100644 --- a/network/dnstop/dnstop.info +++ b/network/dnstop/dnstop.info @@ -1,10 +1,10 @@ PRGNAM="dnstop" VERSION="20110127" HOMEPAGE="http://dns.measurement-factory.com/tools/dnstop/" -DOWNLOAD="http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20110127.tar.gz" -MD5SUM="e1c6416ad700d2d4d52f176f0827c60d" +DOWNLOAD="http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20110502.tar.gz" +MD5SUM="28cb54f3780b27e15df8924235e4e37b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Diogo Leal" EMAIL="diogo@diogoleal.com" -APPROVED="Niels Horn" +APPROVED="dsomero" |