aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2025-01-14 15:02:20 +0100
committerGitHub <noreply@github.com>2025-01-14 15:02:20 +0100
commitaf011e338e20ad065de958f00624b6b341579d81 (patch)
tree35a67f573c4d7df76eccb69e6436f8341fd7e6c4 /src/include/ndpi_typedefs.h
parent63a3547f998bfbe52c2bc8a540e0f33d37f3ad88 (diff)
TLS: remove JA3C (#2679)
Last step of removing JA3C fingerprint Remove some duplicate tests: testing with ja4c/ja3s disabled is already performed by `disable_metadata_and_flowrisks` configuration. Close:#2551
Diffstat (limited to 'src/include/ndpi_typedefs.h')
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 39c4a8c59..861e04094 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1424,7 +1424,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], ja4_client[37], *ja4_client_raw;
+ char ja3_server[33], ja4_client[37], *ja4_client_raw;
u_int16_t server_cipher;
u_int8_t sha1_certificate_fingerprint[20];
u_int8_t client_hello_processed:1, ch_direction:1, subprotocol_detected:1, server_hello_processed:1, fingerprint_set:1, webrtc:1, _pad:2;