Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Socket ¶
type Socket struct { DPort uint16 `json:"dport"` SPort uint16 `json:"sport"` DIP net.IP `json:"dip"` SIP net.IP `json:"sip"` Interface uint32 `json:"interface"` Family uint8 `json:"family"` State uint8 `json:"state"` UID uint32 `json:"uid"` Username string `json:"username"` Inode uint32 `json:"inode"` PID int32 `json:"pid"` Argv string `json:"argv"` Comm string `json:"comm"` Type uint8 `json:"type"` }
Click to show internal directories.
Click to hide internal directories.