aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2024-10-11 19:23:29 +0200
committerLuca Deri <deri@ntop.org>2024-10-11 19:24:06 +0200
commitfaaa5c5799440117f7a9cc78499433396dba7eb3 (patch)
treef57d84662d3e1fb76f108dae21819cb59ef1cead /example/reader_util.h
parent3e74c95d19093d27431e33c072adaab6ca653e78 (diff)
Added support for printing JA4r when enabled
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index 956bb1955..03a1b8d5f 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -275,7 +275,7 @@ typedef struct ndpi_flow_info {
client_hassh[33], server_hassh[33], *server_names,
*advertised_alpns, *negotiated_alpn, *tls_supported_versions,
*tls_issuerDN, *tls_subjectDN,
- ja3_client[33], ja3_server[33], ja4_client[37],
+ ja3_client[33], ja3_server[33], ja4_client[37], *ja4_client_raw,
sha1_cert_fingerprint[20];
u_int8_t sha1_cert_fingerprint_set;
struct tls_heuristics browser_heuristics;