Documentation ¶
Overview ¶
Package conntrack allows reading and filtering entries from the conntrack table of Netfilter. import "honnef.co/go/conntrack"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowSlice ¶
type FlowSlice []Flow
func (FlowSlice) FilterByProtocol ¶
func (FlowSlice) FilterByState ¶
func (FlowSlice) FilterByType ¶
func (flows FlowSlice) FilterByType(which TypeFilter) FlowSlice
type TypeFilter ¶
type TypeFilter uint8
const ( SNATFilter TypeFilter = 1 << iota DNATFilter RoutedFilter LocalFilter )
Click to show internal directories.
Click to hide internal directories.