diff options
author | Luca <deri@ntop.org> | 2021-05-06 21:42:06 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2021-05-06 21:42:06 +0200 |
commit | ae2470fad40d1865c6fd17f686f43555cc47b92b (patch) | |
tree | 520bd1e9f7892418a32fe842b8d1777565f5ce8f /example/reader_util.h | |
parent | 808050e6357f0c84826828f1922ac1a29803845b (diff) |
Initial work towards detection via TLS of browser types
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index c54d68aa4..5175e868d 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -211,10 +211,13 @@ typedef struct ndpi_flow_info { ja3_client[33], ja3_server[33], sha1_cert_fingerprint[20]; u_int8_t sha1_cert_fingerprint_set; + struct tls_euristics browser_euristics; + struct { u_int16_t cipher_suite; char *esni; } encrypted_sni; + time_t notBefore, notAfter; u_int16_t server_cipher; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; |