diff options
author | Luca Deri <deri@ntop.org> | 2023-12-22 20:39:44 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-12-22 20:40:42 +0100 |
commit | 8285fffdaeda5d2405360719a57f817b4772e6d1 (patch) | |
tree | 293b33f5c1264f9038988aae9b33e1f0ac7a388c /src/include/ndpi_typedefs.h | |
parent | b90c18e9069cd5b3cfcda718263b910e949d8b57 (diff) |
Implements JA4 Support (#2191)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 41e1beb2d..077e6fd92 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1292,7 +1292,7 @@ struct ndpi_flow_struct { struct { char *server_names, *advertised_alpns, *negotiated_alpn, *tls_supported_versions, *issuerDN, *subjectDN; u_int32_t notBefore, notAfter; - char ja3_client[33], ja3_server[33]; + char ja3_client[33], ja3_server[33], ja4_client[37]; u_int16_t server_cipher; u_int8_t sha1_certificate_fingerprint[20]; u_int8_t hello_processed:1, ch_direction:1, subprotocol_detected:1, fingerprint_set:1, _pad:4; |