aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-09-14 15:00:52 +0200
committerLuca Deri <deri@ntop.org>2019-09-14 15:00:52 +0200
commit00e639d51301ccbaa2c14a47e829bdfe1831e226 (patch)
treeaa3ac6ff61dfb3a367b6e3b9fe75ce84965165c0 /example/reader_util.h
parent659f75138c2a95e5823608a545b9a3d3ced223bc (diff)
TLS certificate hash is not reported
Diffstat (limited to 'example/reader_util.h')
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;