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
3c506b7809
commit
2b4188bb52
3 changed files with 45 additions and 5 deletions
|
@ -168,7 +168,7 @@ func (mod *WiFiModule) discoverHandshakes(radiotap *layers.RadioTap, dot11 *laye
|
|||
})
|
||||
|
||||
if target != nil {
|
||||
mod.Info("saving extra %s frame (%d bytes) for %s",
|
||||
mod.Debug("saving extra %s frame (%d bytes) for %s",
|
||||
dot11.Type.String(),
|
||||
len(packet.Data()),
|
||||
target.String())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue