From ea968bd4bfac1c2a356a0ae0d87a34cc1adfdbc1 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Mon, 5 Feb 2018 15:34:39 +0100 Subject: [PATCH] balls --- modules/net_sniff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net_sniff.go b/modules/net_sniff.go index c0e60753..20802315 100644 --- a/modules/net_sniff.go +++ b/modules/net_sniff.go @@ -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",