package
0.0.0-20240409024651-c4af43db5027
Repository: https://github.com/ossf/package-analysis.git
Documentation: pkg.go.dev
# Functions
New returns a new PacketCapture instance for the given netInterface
Close() must be called on the PacketCapture instance.
# Structs
No description provided by the author
# Interfaces
PacketReceiver implementations can be registered with a PacketCapture to be recieve all the packets for a specified set of LayerTypes.
# Type aliases
Handler is passed to AddHandler() to capture a specific gopacket.LayerType.