module Packetz::Interfaces

Defined in:

packetz/interfaces.cr

Class Method Summary

Class Method Detail

def self.all #

Get a list of all of the interfaces.


[View source]
def self.all(&) #

Interate over all of the interfaces.


[View source]
def self.default #

Get the first, non-loopback network interface to listen on.


[View source]
def self.each(&) #

Interate over all of the interfaces.


[View source]
def self.supports_monitor_mode?(interface : String) #

Check if a given interface supports monitor mode.


[View source]