diff options
author | Campus <campus@ntop.org> | 2017-03-15 17:28:31 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2017-03-15 17:28:31 +0100 |
commit | 5de6a96af5754c13846883b556f58fc79831c61d (patch) | |
tree | 92e78da3795fe17f23a3b8c56c4eee7f2c3dc9ac /src/lib/protocols/ssl.c | |
parent | 1e014aa95b76e5a73a7a2bef9b729a25c914c735 (diff) |
change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name
Diffstat (limited to 'src/lib/protocols/ssl.c')
-rw-r--r-- | src/lib/protocols/ssl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/protocols/ssl.c b/src/lib/protocols/ssl.c index ca42adbbe..8915b0e99 100644 --- a/src/lib/protocols/ssl.c +++ b/src/lib/protocols/ssl.c @@ -70,11 +70,6 @@ static u_int32_t ndpi_ssl_refine_master_protocol(struct ndpi_detection_module_st } break; } - - if((protocol == NDPI_PROTOCOL_SSL_NO_CERT) - && is_skype_flow(ndpi_struct, flow)) { - protocol = NDPI_PROTOCOL_SKYPE; - } } return protocol; |