misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2021-04-09 02:20:19 +02:00
commit 2b4188bb52
3 changed files with 45 additions and 5 deletions

View file

@ -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())