openbsd-ports/net/dnstop/patches/patch-configure
sthen 52f143539c import dnstop:
dnstop is a libpcap application (a la 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

ok landry@
2008-07-20 09:40:13 +00:00

12 lines
362 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2008/07/20 09:40:13 sthen Exp $
--- configure.orig Sun Jul 20 00:16:37 2008
+++ configure Sun Jul 20 00:16:39 2008
@@ -4815,6 +4815,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <pcap.h>
typedef struct bpf_timeval ac__type_new_;
int
main ()