reference

package
v1.6.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPortName

func GetPortName(port uint16) (name string)

GetPortName returns the name of a port number.

func GetPortNumber

func GetPortNumber(port string) (number uint16, ok bool)

GetPortNumber returns the number of a port name.

func GetProtocolName

func GetProtocolName(protocol uint8) (name string)

GetProtocolName returns the name of a IP protocol number.

func GetProtocolNumber

func GetProtocolNumber(protocol string) (number uint8, ok bool)

GetProtocolNumber returns the number of a IP protocol name.

func IsICMP

func IsICMP(protocol uint8) bool

IsICMP returns whether the given protocol is ICMP or ICMPv6.

func IsPacketProtocol

func IsPacketProtocol(protocol uint8) bool

IsPacketProtocol returns whether the given protocol number is a known packet based protocol. Note: Not fully complete. Calling IsPacketProtocol() does not equal calling !IsStreamProtocol().

func IsStreamProtocol

func IsStreamProtocol(protocol uint8) bool

IsStreamProtocol returns whether the given protocol number is a known stream based protocol. Note: Not fully complete. Calling IsPacketProtocol() does not equal calling !IsStreamProtocol().

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL