summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-04-05 20:29:14 -0400
committerChris Buechler <cmb@pfsense.org>2009-04-05 20:29:14 -0400
commit0f01013a688174ccf731fa0dbee48ed57f43f8e0 (patch)
tree7017259938d005d6e9d03c4e7b8592d9d6df3b5d /usr
parentc5d381e30fad21bc1ea21d912c8b27fc107c3af3 (diff)
downloadpfsense-0f01013a688174ccf731fa0dbee48ed57f43f8e0.zip
pfsense-0f01013a688174ccf731fa0dbee48ed57f43f8e0.tar.gz
Since they're listed by name, order alphabetically.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc62
1 files changed, 31 insertions, 31 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 34965ed..0ee3502 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -165,48 +165,48 @@ $netbios_nodetypes = array(
/* some well knows ports */
$wkports = array(
- 3389 => "MS RDP",
- 21 => "FTP",
- 22 => "SSH",
- 23 => "Telnet",
- 25 => "SMTP",
+ 5999 => "CVSup",
53 => "DNS",
- 69 => "TFTP",
+ 21 => "FTP",
+ 3000 => "HBCI",
80 => "HTTP",
- 110 => "POP3",
+ 443 => "HTTPS",
+ 5190 => "ICQ",
113 => "IDENT/AUTH",
+ 143 => "IMAP",
+ 993 => "IMAP/S",
+ 4500 => "IPsec NAT-T",
+ 500 => "ISAKMP",
+ 1701 => "L2TP",
+ 389 => "LDAP",
+ 1755 => "MMS/TCP",
+ 7000 => "MMS/UDP",
+ 445 => "MS DS",
+ 3389 => "MS RDP",
+ 1512 => "MS WINS",
+ 1863 => "MSN",
119 => "NNTP",
123 => "NTP",
137 => "NetBIOS-NS",
138 => "NetBIOS-DGM",
139 => "NetBIOS-SSN",
- 143 => "IMAP",
- 161 => "SNMP",
- 162 => "SNMP-Trap",
- 389 => "LDAP",
- 443 => "HTTPS",
- 445 => "MS DS",
- 465 => "SMTP/S",
- 500 => "isakmp",
- 993 => "IMAP/S",
- 995 => "POP3/S",
1194 => "OpenVPN",
- 1512 => "MS WINS",
- 1701 => "L2TP",
- 1723 => "PPTP",
- 1755 => "MMS/TCP",
- 1812 => "Radius",
- 1813 => "Radius-accounting",
- 1863 => "MSN",
- 3000 => "HBCI",
- 3478 => "STUN",
- 4500 => "IPsec NAT-T",
+ 1723 => "PPTP",
+ 110 => "POP3",
+ 995 => "POP3/S",
+ 1812 => "RADIUS",
+ 1813 => "RADIUS accounting",
5004 => "RTP",
5060 => "SIP",
- 5190 => "ICQ",
- 5900 => "VNC",
- 5999 => "CVSup",
- 7000 => "MMS/UDP");
+ 25 => "SMTP",
+ 465 => "SMTP/S",
+ 161 => "SNMP",
+ 162 => "SNMP-Trap",
+ 22 => "SSH",
+ 3478 => "STUN",
+ 23 => "Telnet",
+ 69 => "TFTP",
+ 5900 => "VNC");
$specialnets = array("wanip" => "WAN address", "lanip" => "LAN address", "lan" => "LAN net", "pptp" => "PPTP clients");
OpenPOWER on IntegriCloud