This commit is contained in:
jackdaw@loafle.com 2017-04-11 11:25:41 +09:00
parent eb02693cf5
commit 93e57356a4

View File

@ -89,7 +89,7 @@ func (t *DNSMatcher) IsNoResponse(index int) bool {
} }
func (t *DNSMatcher) IsPrePacket() bool { func (t *DNSMatcher) IsPrePacket() bool {
return true return false
} }
func (t *DNSMatcher) Match(index int, packet *packet.Packet, info scaninfo.ServiceScanInfo) bool { func (t *DNSMatcher) Match(index int, packet *packet.Packet, info scaninfo.ServiceScanInfo) bool {