diff options
author | Luca <deri@ntop.org> | 2020-01-01 12:59:19 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2020-01-01 12:59:19 +0100 |
commit | daae1cc9b1ae6b7c6b4187003fabb2a6ffab44f0 (patch) | |
tree | c6e7918b0ea56416fa6ccdd1db3f1e04f217a2f5 /example/reader_util.h | |
parent | 499c80535b572a0746d83dcbe2eb232e31434bc4 (diff) |
Reworked TLS dissection
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index c420ca211..d4f638d0b 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -94,7 +94,7 @@ typedef struct ndpi_ja3_info { // external hash table (host ip -> <ip string, hash table ja3c, hash table ja3s>) // used to aggregate ja3 fingerprints by hosts -typedef struct ndpi_host_ja3_fingerprints{ +typedef struct ndpi_host_ja3_fingerprints { u_int32_t ip; char *ip_string; char *dns_name; @@ -196,7 +196,7 @@ typedef struct ndpi_flow_info { struct { u_int16_t ssl_version; char client_info[64], server_info[64], - client_hassh[33], server_hassh[33], + client_hassh[33], server_hassh[33], *server_names, server_organization[64], ja3_client[33], ja3_server[33], sha1_cert_fingerprint[20]; |