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 --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 7f7a084e2..d863c4e24 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1221,7 +1221,7 @@ struct tls_euristics { TLS euristics for detecting browsers usage NOTE: expect false positives */ - u_int8_t is_safari_tls:1, is_firefox_tls:1, notused:6; + u_int8_t is_safari_tls:1, is_firefox_tls:1, is_chrome_tls:1, notused:5; }; /* -- cgit v1.2.3