Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ Constants Variables func FindProcessName(network string, srcIP net.IP, srcPort int) (string, error) Constants ¶ View Source const ( TCP = "tcp" UDP = "udp" ) Variables ¶ View Source var ( ErrInvalidNetwork = errors.New("invalid network") ErrPlatformNotSupport = errors.New("not support on this platform") ErrNotFound = errors.New("process not found") ) Functions ¶ func FindProcessName ¶ func FindProcessName(network string, srcIP net.IP, srcPort int) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files process.go process_linux.go Click to show internal directories. Click to hide internal directories.