diff options
Diffstat (limited to 'network/dnstop/README')
-rw-r--r-- | network/dnstop/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/network/dnstop/README b/network/dnstop/README index 4465add979..abdee42844 100644 --- a/network/dnstop/README +++ b/network/dnstop/README @@ -1,4 +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 @@ -12,15 +13,16 @@ dnstop is a libpcap application (ala tcpdump) that displays various tables of D 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 -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. -Homepage: http://dns.measurement-factory.com/tools/dnstop/ |