Documentation ¶
Index ¶
Constants ¶
View Source
const ( DO_NOTHING uint8 = iota BLOCK_PACKET DROP_PACKET BLOCK_CONN DROP_CONN STOP_INSPECTING )
Variables ¶
This section is empty.
Functions ¶
func RegisterInspector ¶
func RegisterInspector(name string, inspector inspectorFn, inspectVerdict network.Verdict) (index int)
RegisterInspector registers a traffic inspector.
func RunInspectors ¶
RunInspectors runs all the applicable inspectors on the given packet.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.