diff options
author | Luca Deri <deri@ntop.org> | 2019-05-28 23:35:49 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-05-28 23:35:49 +0200 |
commit | 5da363cbde633138ccb97e3d209ede9c6c333a54 (patch) | |
tree | 20488464309951b0ef382f372f170ce4f4f9d6ab /example/ndpi_util.h | |
parent | 53119e71f410ce467634a6ce65e047a37b76ff1d (diff) |
Fixed MySQL dissector
SSL dissector now reports the protocol version
Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index a1b61454d..538753834 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -97,6 +97,7 @@ typedef struct ndpi_flow_info { char bittorent_hash[41]; struct { + u_int16_t ssl_version; char client_info[64], server_info[64], server_organization[64], ja3_client[33], ja3_server[33]; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; |