Documentation ¶
Index ¶
- func GetPortName(port uint16) (name string)
- func GetPortNumber(port string) (number uint16, ok bool)
- func GetProtocolName(protocol uint8) (name string)
- func GetProtocolNumber(protocol string) (number uint8, ok bool)
- func IsICMP(protocol uint8) bool
- func IsPacketProtocol(protocol uint8) bool
- func IsStreamProtocol(protocol uint8) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPortName ¶
GetPortName returns the name of a port number.
func GetPortNumber ¶
GetPortNumber returns the number of a port name.
func GetProtocolName ¶
GetProtocolName returns the name of a IP protocol number.
func GetProtocolNumber ¶
GetProtocolNumber returns the number of a IP protocol name.
func IsPacketProtocol ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.