Documentation
¶
Index ¶
- func ConnectServer(config config.Config) net.Conn
- func ExecCmd(c string, args ...string) string
- func GetDstKey(packet []byte) string
- func GetIPv4Dst(packet []byte) net.IP
- func GetIPv4Src(packet []byte) net.IP
- func GetIPv6Dst(packet []byte) net.IP
- func GetIPv6Src(packet []byte) net.IP
- func GetInterface() (name string)
- func GetLocalGateway() string
- func GetLocalGatewayOnLinux(ipv4 bool) string
- func GetLocalGatewayOnMac(ipv4 bool) string
- func GetSrcKey(packet []byte) string
- func IsIPv4(packet []byte) bool
- func IsIPv6(packet []byte) bool
- func LookupIP(domain string) net.IP
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectServer ¶ added in v1.4.1
ConnectServer connects to the server with the given address.
func GetIPv4Dst ¶ added in v1.5.7
GEtIPv4Dst returns the IPv4 destination address of the packet
func GetIPv4Src ¶ added in v1.5.7
GetIPv4Src returns the IPv4 source address of the packet
func GetIPv6Dst ¶ added in v1.5.7
GetIPv6Dst returns the IPv6 destination address of the packet
func GetIPv6Src ¶ added in v1.5.7
GetIPv6Src returns the IPv6 source address of the packet
func GetInterface ¶ added in v1.5.7
func GetInterface() (name string)
GetInterfaceName returns the name of interface
func GetLocalGateway ¶ added in v1.6.3
func GetLocalGateway() string
GetLocalGateway returns the local gateway IP address
func GetLocalGatewayOnLinux ¶ added in v1.5.7
GetLocalGatewayOnLinux returns the local gateway IP address on Linux
func GetLocalGatewayOnMac ¶ added in v1.5.7
GetLocalGatewayOnMac returns the local gateway IP address on MacOS
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.