diff options
author | Daniele De Lorenzi <daniele.delorenzi@fastnetserv.net> | 2018-05-21 17:26:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-21 17:26:00 +0200 |
commit | 363deeb23d943914578e3a697ceddf392b6236a3 (patch) | |
tree | 30006407c712d115ac4e9292f9644543fab262b6 /src/lib | |
parent | 131f68117b3a45d8ff813227f1ec1f62dff59f6e (diff) |
Added support for SMTPS on port 587
Added support for SMTPS on port 587
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 44c373944..51711ea09 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -960,7 +960,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_SAFE, NDPI_PROTOCOL_MAIL_SMTPS, no_master, no_master, "SMTPS", NDPI_PROTOCOL_CATEGORY_MAIL, - ndpi_build_default_ports(ports_a, 465, 0, 0, 0, 0) /* TCP */, + ndpi_build_default_ports(ports_a, 465, 587, 0, 0, 0) /* TCP */, ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */); ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_UNSAFE, NDPI_PROTOCOL_MAIL_IMAP, no_master, |