From 6ad0d6666c5744713caa4eec4d43652680aaecab Mon Sep 17 00:00:00 2001 From: Toni Date: Fri, 23 Jul 2021 10:37:20 +0200 Subject: Implemented function to retrieve flow information. #1253 (#1254) * fixed [h]euristic typo Signed-off-by: Toni Uhlig --- example/reader_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/reader_util.c') diff --git a/example/reader_util.c b/example/reader_util.c index e53cb3f3b..e8bc5c9e4 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1176,7 +1176,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl flow->ssh_tls.sha1_cert_fingerprint_set = 1; } - flow->ssh_tls.browser_euristics = flow->ndpi_flow->protos.tls_quic_stun.tls_quic.browser_euristics; + flow->ssh_tls.browser_heuristics = flow->ndpi_flow->protos.tls_quic_stun.tls_quic.browser_heuristics; if(flow->ndpi_flow->protos.tls_quic_stun.tls_quic.alpn) { if((flow->ssh_tls.tls_alpn = ndpi_strdup(flow->ndpi_flow->protos.tls_quic_stun.tls_quic.alpn)) != NULL) -- cgit v1.2.3