aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-05-11 00:50:56 +0200
committerLuca Deri <deri@ntop.org>2019-05-11 00:50:56 +0200
commita00ad9fc922c4dccb8073d78d252d85571ac26ea (patch)
treeba26ea2f2edc7b36972ad073ce84829b2d39a321 /example/ndpi_util.h
parentb96e6a9e2dafe73a00a35a6f94dc11b0ba02f5db (diff)
Initial JA3 support (https://github.com/salesforce/ja3) for SSL
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r--example/ndpi_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 0a5a3b8c2..57772455f 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -97,7 +97,8 @@ typedef struct ndpi_flow_info {
char bittorent_hash[41];
struct {
- char client_info[64], server_info[64], server_organization[64];
+ char client_info[64], server_info[64], server_organization[64],
+ ja3_client[33], ja3_server[33];
} ssh_ssl;
void *src_id, *dst_id;