Versions in this module Expand all Collapse all v0 v0.0.2 Jul 5, 2025 Changes in this version + func GetLocalWildcardIP(family int) net.IP + func ParseQuotedUDPHeader(packet []byte, af int) (int, int, error) + func SkipICMPHeader(packet []byte) []byte + func SkipIPHeader(packet []byte, af int) ([]byte, error) v0.0.1 Jul 5, 2025 Changes in this version + func GetIPFamily(ip net.IP) int + func ResolveHostnameToIP(dest string, preferAddressFamily int) (net.IP, error) + func ReverseLookup(addr string, timeout time.Duration) string