mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 13:02:12 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
a234c20650
commit
bd959586c5
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ func (mod *ZeroGod) onPacket(pkt gopacket.Packet) {
|
|||
if event.Endpoint == nil {
|
||||
// TODO: if nil, this is probably an IPv6 only record, try to somehow check which known IPv4 it is
|
||||
// TODO: make configurable?
|
||||
mod.Debug("got mdns packet from unknown ip %s: %++v", srcIP, dns)
|
||||
mod.Info("got mdns packet from unknown ip %s", srcIP)
|
||||
mod.logDNS(srcIP, dns, isLocal)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue