diff options
author | Luca Deri <deri@ntop.org> | 2019-09-14 12:38:58 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-14 12:38:58 +0200 |
commit | 659f75138c2a95e5823608a545b9a3d3ced223bc (patch) | |
tree | a2677cb7b266db448beaed31c427b75d7269a4ad /src/lib/protocols/tor.c | |
parent | d7c2ced475603228c8999b416719f0cd84b971c7 (diff) |
TLS cerficate hash calculation
Diffstat (limited to 'src/lib/protocols/tor.c')
-rw-r--r-- | src/lib/protocols/tor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/tor.c b/src/lib/protocols/tor.c index b3070d0b9..9dd14046e 100644 --- a/src/lib/protocols/tor.c +++ b/src/lib/protocols/tor.c @@ -101,7 +101,7 @@ void ndpi_search_tor(struct ndpi_detection_module_struct *ndpi_struct, struct nd NDPI_LOG_DBG(ndpi_struct, "search for TOR\n"); if((packet->tcp != NULL) - && (!packet->ssl_certificate_detected)) { + && (!packet->tls_certificate_detected)) { u_int16_t dport, sport; sport = ntohs(packet->tcp->source), dport = ntohs(packet->tcp->dest); |