From ac1eaca8a6909932d29ae8ac9bae372ed3bf65a6 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 13 May 2021 20:00:27 +0200 Subject: Added browser TLS heuristic --- example/ndpiReader.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index b21e2f47c..966b85869 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1480,6 +1480,7 @@ static void printFlow(u_int16_t id, struct ndpi_flow_info *flow, u_int16_t threa #ifdef EURISTICS_CODE if(flow->ssh_tls.browser_euristics.is_safari_tls) fprintf(out, "[Safari]"); if(flow->ssh_tls.browser_euristics.is_firefox_tls) fprintf(out, "[Firefox]"); + if(flow->ssh_tls.browser_euristics.is_chrome_tls) fprintf(out, "[Chrome]"); #endif if(flow->ssh_tls.notBefore && flow->ssh_tls.notAfter) { -- cgit v1.2.3