reference

package
v1.6.5 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPortName added in v0.4.0

func GetPortName(port uint16) (name string)

GetPortName returns the name of a port number.

func GetPortNumber added in v0.4.0

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 IsPacketProtocol added in v0.9.8

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 added in v0.9.8

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