# Functions
ListDevicesNames returns the list of adapters available for sniffing on this computer.
New create a new Sniffer instance.
# Structs
Sniffer provides packet sniffing capabilities, forwarding packets read to a Worker.
# Interfaces
Worker defines the callback interfaces a Sniffer instance will use to forward packets.
# Type aliases
WorkerFactory constructs a new worker instance for use with a Sniffer.