mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/dnstop: Updated for version 20110127.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
7f0b8674e8
commit
b24a866ff2
3 changed files with 11 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue