From 93e57356a48138d5f9f4ef1a86babace6ec49f3a Mon Sep 17 00:00:00 2001 From: "jackdaw@loafle.com" Date: Tue, 11 Apr 2017 11:25:41 +0900 Subject: [PATCH] . --- matcher/dns/dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matcher/dns/dns.go b/matcher/dns/dns.go index a73cf78..d4c89b1 100644 --- a/matcher/dns/dns.go +++ b/matcher/dns/dns.go @@ -89,7 +89,7 @@ func (t *DNSMatcher) IsNoResponse(index int) bool { } func (t *DNSMatcher) IsPrePacket() bool { - return true + return false } func (t *DNSMatcher) Match(index int, packet *packet.Packet, info scaninfo.ServiceScanInfo) bool {