Method: BetterCap::SniffOptions#initialize
- Defined in:
- lib/bettercap/options/sniff_options.rb
#initialize ⇒ SniffOptions
Returns a new instance of SniffOptions.
33 34 35 36 37 38 39 40 41 |
# File 'lib/bettercap/options/sniff_options.rb', line 33 def initialize @enabled = false @output = nil @filter = nil @src = nil @parsers = ['*'] @custom_parser = nil @local = false end |