aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-09-10 00:34:48 +0200
committerLuca Deri <deri@ntop.org>2019-09-10 00:34:48 +0200
commit086c511a113eced0dca65d505d9baae47bed7be1 (patch)
tree3016d62974552cf745a290f76066a63b3fbf9d0f /example/reader_util.h
parentc5fffce96cb538023d495161960812cf27558757 (diff)
Parsed TLS certificate validity
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index 0d3c2c9d9..95eac67e8 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -162,6 +162,7 @@ typedef struct ndpi_flow_info {
client_hassh[33], server_hassh[33],
server_organization[64],
ja3_client[33], ja3_server[33];
+ time_t notBefore, notAfter;
u_int16_t server_cipher;
ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher;
} ssh_tls;