aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-08-22 19:25:58 +0200
committerLuca Deri <deri@ntop.org>2019-08-22 19:25:58 +0200
commite7c0ac37d87958c80115e7553ea39b26668ce360 (patch)
treea3d6adb3b5379fc9ac67916cda6dbd8f5a09ae29 /example/reader_util.h
parent385e848a0f61b9e517f096b010070a6dd61d1f62 (diff)
Implemented HASSH (https://github.com/salesforce/hassh)
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index 8b511ff30..cf6acc7ec 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -152,7 +152,9 @@ typedef struct ndpi_flow_info {
struct {
u_int16_t ssl_version;
- char client_info[64], server_info[64], server_organization[64],
+ char client_info[64], server_info[64],
+ client_hassh[33], server_hassh[33],
+ server_organization[64],
ja3_client[33], ja3_server[33];
u_int16_t server_cipher;
ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher;