diff options
author | Ravi Kerur <ravi.kerur@viasat.com> | 2019-09-16 13:56:17 -0700 |
---|---|---|
committer | Ravi Kerur <ravi.kerur@viasat.com> | 2019-09-16 13:56:17 -0700 |
commit | ce79626679f5ac1a173bccbf4385791cfba956e3 (patch) | |
tree | a97437edda25963d9e96afff77d5cc8f1a7f421a /example/reader_util.h | |
parent | 23780a655d8e16842f3a16946e2a12defde83f2c (diff) | |
parent | 8f4e8d8254d79404e9b9490f9ab9bb5296194d68 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into ndpi_icmp
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 95eac67e8..0a847e3de 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -161,10 +161,11 @@ typedef struct ndpi_flow_info { char client_info[64], server_info[64], client_hassh[33], server_hassh[33], server_organization[64], - ja3_client[33], ja3_server[33]; + ja3_client[33], ja3_server[33], + sha1_cert_fingerprint[20]; time_t notBefore, notAfter; u_int16_t server_cipher; - ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; + ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; } ssh_tls; void *src_id, *dst_id; |