diff options
author | Luca <deri@ntop.org> | 2019-08-08 12:45:27 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-08-08 12:45:27 +0200 |
commit | 419160f351c35c9ccf1f4d4c148b68f846a828a6 (patch) | |
tree | e78d61c2016063dbf0271e69bb5f9f4fd13dc15b /example/reader_util.h | |
parent | 3c4a959c1ed6c6d5117cabea3a98a47626d3876e (diff) |
Implemented DTLS support
Renamed ssl to tls
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 c4932118c..71b68ed65 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -150,12 +150,12 @@ typedef struct ndpi_flow_info { char dhcp_fingerprint[48]; struct { - u_int16_t ssl_version; + u_int16_t tls_version; char client_info[64], server_info[64], server_organization[64], ja3_client[33], ja3_server[33]; u_int16_t server_cipher; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; - } ssh_ssl; + } ssh_tls; void *src_id, *dst_id; |