From ae2470fad40d1865c6fd17f686f43555cc47b92b Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 6 May 2021 21:42:06 +0200 Subject: Initial work towards detection via TLS of browser types --- 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 af58d8db5..18c8c6e2a 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1170,6 +1170,8 @@ 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; + 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) correct_csv_data_field(flow->ssh_tls.tls_alpn); -- cgit v1.2.3