Add SMB port name to reference

This commit is contained in:
Daniel 2021-12-17 22:15:05 +01:00
parent 466210b613
commit ecb5ec6b8f

View file

@ -26,6 +26,7 @@ var (
194: "IRC", 194: "IRC",
389: "LDAP", 389: "LDAP",
443: "HTTPS", 443: "HTTPS",
445: "SMB",
587: "SMTP-ALT", 587: "SMTP-ALT",
465: "SMTP-SSL", 465: "SMTP-SSL",
993: "IMAP-SSL", 993: "IMAP-SSL",
@ -52,6 +53,7 @@ var (
"IRC": 194, "IRC": 194,
"LDAP": 389, "LDAP": 389,
"HTTPS": 443, "HTTPS": 443,
"SMB": 445,
"SMTP-ALT": 587, "SMTP-ALT": 587,
"SMTP-SSL": 465, "SMTP-SSL": 465,
"IMAP-SSL": 993, "IMAP-SSL": 993,