diff options
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 3 |
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; |