slackbuilds/network/dnstop
B. Watson 7afa90d068
network/dnstop: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README network/dnstop: Updated for version 20110127. 2011-07-14 21:54:00 -03:00
dnstop.SlackBuild network/dnstop: Updated for version 20121017 2013-11-14 14:32:29 -06:00
dnstop.info network/dnstop: Updated for version 20121017 2013-11-14 14:32:29 -06:00
slack-desc network/dnstop: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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
    * Response codes
    * Opcodes
    * Top level domains
    * Second level domains
    * Third level domains
    * etc...

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:

    * For unknown/invalid TLDs
    * A queries where the query name is already an IP address
    * PTR queries for RFC1918 address space

dnstop can either read packets from the live capture device, or from a tcpdump
savefile.

--
Unless modified, this script compiles with PPP frame support.