mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-22 19:27:13 +01:00
see #2268 cifs port number is apparently 3020
This commit is contained in:
parent
efb6398190
commit
78f52e8689
@ -557,7 +557,9 @@ int GetServByName::getPortByName(const QString &name, const QString &proto)
|
||||
ports["tcp"]["aol"] = 5190; // America Online
|
||||
ports["tcp"]["bgp"] = 179; // Border Gateway Protocol, RFC 1163
|
||||
ports["tcp"]["chargen"] = 19; // Character Generator
|
||||
ports["tcp"]["cifs"] = 445;
|
||||
// about the port value for cifs:
|
||||
// http://serverfault.com/questions/71582/list-of-cisco-asa-pre-defined-services
|
||||
ports["tcp"]["cifs"] = 3020;
|
||||
ports["tcp"]["citrix-ica"] = 1494; // Citrix Independent Computing
|
||||
// Architecture (ICA) protocol
|
||||
ports["tcp"]["cmd"] = 514; // Similar to exec except that cmd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user