Module Protocols.Ports

Description

A list of named ports. This is similar to /etc/services.


Constant private_tcp

constant Protocols.Ports.private_tcp

Description

Contains all TCP ports assigned for private use as of RFC 1700.


Constant private_udp

constant Protocols.Ports.private_udp

Description

Contains all UDP ports assigned for private use as of RFC 1700.


Constant tcp

constant Protocols.Ports.tcp

Description

Contains all non-private TCP port assignments as of RFC 1700. Extended with some non-official.


Constant udp

constant Protocols.Ports.udp

Description

Contains all non-private UDP port assignments as of RFC 1700.