Documentation
¶
Index ¶
Constants ¶
View Source
const MaximumBlockNum = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterState ¶
type FilterState uint32
const ( FilterStateStopped FilterState = iota FilterStateStarting FilterStateRunning FilterStateStopping )
type MultiInterfacePacketFilter ¶
type MultiInterfacePacketFilter interface { PacketFilter StartFilter(filterAdapterIdx ...uint32) error }
type PacketDirection ¶
type PacketDirection int
const ( PacketDirectionIn PacketDirection = iota PacketDirectionOut PacketDirectionBoth )
type PacketFilter ¶
type PacketFilter interface { Close() error Reconfigure() error GetFilterState() FilterState }
type SingleInterfacePacketFilter ¶
type SingleInterfacePacketFilter interface { PacketFilter StartFilter(adapterIdx int) error }
Click to show internal directories.
Click to hide internal directories.