Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Proto string SrcIP net.IP DstIP net.IP SrcPort uint DstPort uint Iface int UserId int INode int }
Entry holds the information of a /proc/net/* entry. For example, /proc/net/tcp: sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode 0: 0100007F:13AD 00000000:0000 0A 00000000:00000000 00:00000000 00000000 1000 0 18083222
func NewEntry ¶
func NewEntry(proto string, srcIP net.IP, srcPort uint, dstIP net.IP, dstPort uint, userId int, iNode int) Entry
NewEntry creates a new entry with values from /proc/net/
func ParsePacket ¶
ParsePacket scans and retrieves the opened sockets from /proc/net/packet
Click to show internal directories.
Click to hide internal directories.