Versions in this module Expand all Collapse all v0 v0.7.0 Oct 10, 2024 v0.6.0 Mar 19, 2024 Changes in this version + func ParseIPV4(bpfVal uint32) string + func ParseIPV6(bpfVal [16]uint8) string + type ConnTrack struct + func NewConnTrack() (*ConnTrack, error) + func (c *ConnTrack) UpdateRealPeerAddress(addr *SocketPair) bool + type SocketPair struct + DestIP string + DestPort uint16 + Family uint32 + Role enums.ConnectionRole + SrcIP string + SrcPort uint16 + func ParseSocket(pid, sockfd uint32) (*SocketPair, error) + func (s *SocketPair) IsValid() bool + func (s *SocketPair) String() string