mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
fa13288170
commit
ea968bd4bf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ func NewSniffer(s *session.Session) *Sniffer {
|
|||
|
||||
sniff.AddParam(session.NewBoolParameter("net.sniff.verbose",
|
||||
"true",
|
||||
"If true, will print every captured packet, otherwise only selected ones."))
|
||||
"If true, will print every captured packet, otherwise it will only create events and send them to the main queue."))
|
||||
|
||||
sniff.AddParam(session.NewBoolParameter("net.sniff.local",
|
||||
"false",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue