aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tor.c
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2019-08-08 12:45:27 +0200
committerLuca <deri@ntop.org>2019-08-08 12:45:27 +0200
commit419160f351c35c9ccf1f4d4c148b68f846a828a6 (patch)
treee78d61c2016063dbf0271e69bb5f9f4fd13dc15b /src/lib/protocols/tor.c
parent3c4a959c1ed6c6d5117cabea3a98a47626d3876e (diff)
Implemented DTLS support
Renamed ssl to tls
Diffstat (limited to 'src/lib/protocols/tor.c')
-rw-r--r--src/lib/protocols/tor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/tor.c b/src/lib/protocols/tor.c
index 1a5d4097e..fb8d1bd2c 100644
--- a/src/lib/protocols/tor.c
+++ b/src/lib/protocols/tor.c
@@ -18,7 +18,7 @@ static void ndpi_int_tor_add_connection(struct ndpi_detection_module_struct
}
-int ndpi_is_ssl_tor(struct ndpi_detection_module_struct *ndpi_struct,
+int ndpi_is_tls_tor(struct ndpi_detection_module_struct *ndpi_struct,
struct ndpi_flow_struct *flow, char *certificate) {
int prev_num = 0, numbers_found = 0, num_found = 0, i, len, num_impossible = 0;
char dummy[48], *dot, *name;