module Packetz::Interfaces
Defined in:
packetz/interfaces.crClass Method Summary
-
.all
Get a list of all of the interfaces.
-
.all(&)
Interate over all of the interfaces.
-
.default
Get the first, non-loopback network interface to listen on.
-
.each(&)
Interate over all of the interfaces.
-
.supports_monitor_mode?(interface : String)
Check if a given interface supports monitor mode.
Class Method Detail
def self.supports_monitor_mode?(interface : String)
#
Check if a given interface supports monitor mode.