mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
e2cc4574c4
commit
eba546bef6
2 changed files with 2 additions and 17 deletions
|
@ -110,9 +110,6 @@ func (p *Prober) Start() error {
|
|||
} else if p.Session.Skip(ip) {
|
||||
log.Debug("Skipping address %s from UDP probing.", ip)
|
||||
continue
|
||||
} else if p.Session.Lan.GetByIp(ip.String()) != nil {
|
||||
log.Debug("Skipping address %s from UDP probing (already in the arp cache).", ip)
|
||||
continue
|
||||
}
|
||||
|
||||
p.sendProbe(from, from_hw, ip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue