Definition of Port Aliases.
List of Global Functions
AllowedPortNameOrNumber - Function returns string describing allowed port name or number.
GetListOfServiceAliases - Function returns list of aliases (port-names and port-numbers) for requested port-number or port-name. Also the requested name or port is returned.
GetPortNumber - Function returns a port number for the port name alias
IsAllowedPortName - Function returns if the port name is allowed port name (or number).
IsKnownPortName - Function returns if the requested port-name is known port. Known port have an IANA alias.
List of Global Variables
Function returns string describing allowed port name or number.
Return value
string - with description
Function returns list of aliases (port-names and port-numbers) for requested port-number or port-name. Also the requested name or port is returned.
Function parameters
string port
Return value
list <string> - [string] of aliases
Function returns a port number for the port name alias
Function parameters
string port_name
Return value
integer
Function returns if the port name is allowed port name (or number).
Function parameters
string port_name
Return value
boolean - if allowed