diff options
author | Luca Deri <deri@ntop.org> | 2021-05-13 20:00:27 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-05-13 20:00:27 +0200 |
commit | ac1eaca8a6909932d29ae8ac9bae372ed3bf65a6 (patch) | |
tree | 7e7b84a0ab93ead281b2222fb6456467a5a48787 /src/include | |
parent | a62be9b8ecd4d3bd885654ee27d7041c005d0121 (diff) |
Added browser TLS heuristic
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; /* |