From 8285fffdaeda5d2405360719a57f817b4772e6d1 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 22 Dec 2023 20:39:44 +0100 Subject: Implements JA4 Support (#2191) --- example/reader_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/reader_util.c') diff --git a/example/reader_util.c b/example/reader_util.c index 64b00b18f..28b208099 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1326,6 +1326,8 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl flow->ssh_tls.notAfter = flow->ndpi_flow->protos.tls_quic.notAfter; ndpi_snprintf(flow->ssh_tls.ja3_client, sizeof(flow->ssh_tls.ja3_client), "%s", flow->ndpi_flow->protos.tls_quic.ja3_client); + ndpi_snprintf(flow->ssh_tls.ja4_client, sizeof(flow->ssh_tls.ja4_client), "%s", + flow->ndpi_flow->protos.tls_quic.ja4_client); ndpi_snprintf(flow->ssh_tls.ja3_server, sizeof(flow->ssh_tls.ja3_server), "%s", flow->ndpi_flow->protos.tls_quic.ja3_server); flow->ssh_tls.server_unsafe_cipher = flow->ndpi_flow->protos.tls_quic.server_unsafe_cipher; -- cgit v1.2.3