91f7ae8a4d
* Added "qtype-any" filter for displaying ANY queries which are now fashionable in DNS based attacks. * Anand Buddhev pointed out that LDFLAGS= is missing from Makefile.in. Also updated known_tlds.h. While here dest and GROFF is not needed. Ok sthen@ (maintainer)
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
$OpenBSD: patch-dnstop_c,v 1.7 2012/10/05 19:04:46 gonzalo Exp $
|
|
--- dnstop.c.orig Mon Jun 11 17:17:16 2012
|
|
+++ dnstop.c Thu Oct 4 18:17:07 2012
|
|
@@ -46,6 +46,7 @@ static const char *Version = "20120611";
|
|
#include <netdb.h>
|
|
|
|
#ifdef HAVE_NET_IF_PPP_H
|
|
+#include <net/ppp_defs.h>
|
|
#include <net/if_ppp.h>
|
|
#define PPP_ADDRESS_VAL 0xff /* The address byte value */
|
|
#define PPP_CONTROL_VAL 0x03 /* The control byte value */
|