From 798bb6e2e113f10d9b710179553e4cef23222a61 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Thu, 2 Jan 2020 14:39:51 +0100 Subject: Fix leaks and sha1 certificate detection --- example/reader_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index 6fd1880e5..55c260a54 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -200,6 +200,7 @@ typedef struct ndpi_flow_info { server_organization[64], ja3_client[33], ja3_server[33], sha1_cert_fingerprint[20]; + u_int8_t sha1_cert_fingerprint_set; time_t notBefore, notAfter; u_int16_t server_cipher; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; -- cgit v1.2.3