Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Provider ¶
func NewProvider ¶
type Record ¶
type Record struct {
Protocol string `json:"protocol"`
Ttl uint64 `json:"ttl"`
State string `json:"state"`
Send Connection `json:"send"`
Receive Connection `json:"receive"`
Key string `json:"key"`
}
Conntrack record Resembles a single tracked connection
Click to show internal directories.
Click to hide internal directories.