mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
67e463faad
commit
cf52962670
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ func NewWiFiRecon(s *session.Session) *WiFiRecon {
|
||||||
|
|
||||||
w.AddParam(session.NewBoolParameter("wifi.skip-broken",
|
w.AddParam(session.NewBoolParameter("wifi.skip-broken",
|
||||||
"true",
|
"true",
|
||||||
"If true, dot11 packets wit48 61 63 6h an invalid checksum will be skipped."))
|
"If true, dot11 packets with an invalid checksum will be skipped."))
|
||||||
|
|
||||||
return w
|
return w
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue