Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { Protocol string SrcIP net.IP SrcPort uint DstIP net.IP DstPort uint DstHost string Entry *netstat.Entry Process *procmon.Process // contains filtered or unexported fields }
func NewConnection ¶
func NewConnection6 ¶
func (*Connection) Serialize ¶
func (c *Connection) Serialize() *protocol.Connection
func (*Connection) String ¶
func (c *Connection) String() string
func (*Connection) To ¶
func (c *Connection) To() string
Click to show internal directories.
Click to hide internal directories.