Method: BetterCap::SniffOptions#src

Defined in:
lib/bettercap/options/sniff_options.rb

#srcObject

Input PCAP file, if specified the BetterCap::Sniffer will read packets from it instead of the network.



25
26
27
# File 'lib/bettercap/options/sniff_options.rb', line 25

def src
  @src
end