diff options
author | Luca Deri <deri@ntop.org> | 2019-05-20 22:02:21 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-05-20 22:02:21 +0200 |
commit | 0d2f8f4498f3158be31582c04db0935746a45dd4 (patch) | |
tree | 8eb0b915a2e83c9393708f206b1990a3610a6e59 /example/ndpi_util.h | |
parent | 53e64df8e2470c1b5d397e3ab183091693f7daf7 (diff) |
Implements #705
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 57772455f..d5a46735c 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -99,6 +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; } ssh_ssl; void *src_id, *dst_id; |