freebsd-ports/dns/dns_mre/files/patch-dns_mre.h
Martin Wilke d3bddc5648 DNS Multiple Race Exploiter is a tool that exploits an inherent flaw in the
DNS Server Cache. By sending many queries to a DNS server along with fake
replies, an attacker can successfuly writes a fake new entry in the DNS
cache.

WWW:	http://www.securebits.org/dnsmre.html

PR:		ports/126189
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-07 21:28:14 +00:00

10 lines
275 B
C

--- dns_mre.h.orig 2008-08-02 04:02:47.000000000 +0900
+++ dns_mre.h 2008-08-02 04:02:51.000000000 +0900
@@ -32,6 +32,7 @@
#include <netdb.h>
#include <arpa/inet.h>
#include <string.h>
+#include <time.h>
/* Definitions */
#define Q_S_PORT 2345 /* Query Source Port */