new: net.sniff now will parse and print mDNS query responses

This commit is contained in:
evilsocket 2018-08-30 12:30:08 +03:00
parent 3034220f55
commit 00c32c2cc6
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 62 additions and 0 deletions

View file

@ -45,6 +45,8 @@ func udpParser(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {
if dnsParser(ip, pkt, udp) {
return
} else if mdnsParser(ip, pkt, udp) {
return
} else if krb5Parser(ip, pkt, udp) {
return
} else if verbose {