From 04b543caa9480b61526c16c7cdfa06ae7d2937df Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 20 May 2019 22:30:53 +0200 Subject: SSL certificate analysis improvement --- example/ndpi_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpi_util.h') diff --git a/example/ndpi_util.h b/example/ndpi_util.h index d5a46735c..a1b61454d 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -99,7 +99,7 @@ typedef struct ndpi_flow_info { struct { char client_info[64], server_info[64], server_organization[64], ja3_client[33], ja3_server[33]; - u_int8_t client_unsafe_cipher:2, server_unsafe_cipher:2, _pad:4; + ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; } ssh_ssl; void *src_id, *dst_id; -- cgit v1.2.3