Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func GetActiveConnectionIDs() (connections []string)
- func GetTCP4PacketInfo(localIP net.IP, localPort uint16, remoteIP net.IP, remotePort uint16, ...) (pid int, direction bool, err error)
- func GetTCP6PacketInfo(localIP net.IP, localPort uint16, remoteIP net.IP, remotePort uint16, ...) (pid int, direction bool, err error)
- func GetUDP4PacketInfo(localIP net.IP, localPort uint16, remoteIP net.IP, remotePort uint16, ...) (pid int, direction bool, err error)
- func GetUDP6PacketInfo(localIP net.IP, localPort uint16, remoteIP net.IP, remotePort uint16, ...) (pid int, direction bool, err error)
- type IPHelper
Constants ¶
View Source
const ( IPv4 uint8 = 4 IPv6 uint8 = 6 TCP uint8 = 6 UDP uint8 = 17 )
Variables ¶
This section is empty.
Functions ¶
func GetActiveConnectionIDs ¶
func GetActiveConnectionIDs() (connections []string)
func GetTCP4PacketInfo ¶
func GetTCP6PacketInfo ¶
func GetUDP4PacketInfo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.