aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-05-13 20:00:27 +0200
committerLuca Deri <deri@ntop.org>2021-05-13 20:00:27 +0200
commitac1eaca8a6909932d29ae8ac9bae372ed3bf65a6 (patch)
tree7e7b84a0ab93ead281b2222fb6456467a5a48787 /example
parenta62be9b8ecd4d3bd885654ee27d7041c005d0121 (diff)
Added browser TLS heuristic
Diffstat (limited to 'example')
-rw-r--r--example/ndpiReader.c1
1 files changed, 1 insertions, 0 deletions
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) {