aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-02-17 22:15:36 +0100
committerLuca Deri <deri@ntop.org>2020-02-17 22:15:36 +0100
commitfdf8dd724fc86c4d38daa66b62021ae2d34f1432 (patch)
tree219478b1973ff6dc5b4be8f24ff2b47c11e2c955 /example/reader_util.h
parent37121a9b587f179faa1c69f8b4014b2c9c9590f0 (diff)
Minor fix
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 d54b4d611..942c1f361 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -198,6 +198,7 @@ typedef struct ndpi_flow_info {
u_int16_t ssl_version;
char client_requested_server_name[64], server_info[64],
client_hassh[33], server_hassh[33], *server_names,
+ *tls_alpn, *tls_supported_versions,
server_organization[64],
ja3_client[33], ja3_server[33],
sha1_cert_fingerprint[20];