From 615478be3e8d4d4e22f624fc33b60d1a79e9271b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 21 Jul 2021 03:13:54 +0200 Subject: Implemented function to retrieve flow information. #1253 * fixed [h]euristic typo Signed-off-by: Toni Uhlig --- example/reader_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index 28ea6029e..0c584b378 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -211,7 +211,7 @@ 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 tls_heuristics browser_heuristics; struct { u_int16_t cipher_suite; -- cgit v1.2.3