diff options
author | Luca Deri <deri@ntop.org> | 2023-09-07 23:42:42 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-09-07 23:42:42 +0200 |
commit | 770e460ba9be589c9793ad118f9dc7697b188d33 (patch) | |
tree | 8cb9d2cd4986fe94bc2b9b309c69164f2c79a6a6 /src/include/ndpi_typedefs.h | |
parent | 47fb5e9f3d4a00a51d385b858454d7e7850fc9c0 (diff) |
Added NDPI_TLS_ALPN_SNI_MISMATCH flow risk
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 53535a441..caa5f2336 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -149,7 +149,8 @@ typedef enum { NDPI_MINOR_ISSUES, /* Generic packet issues (e.g. DNS with 0 TTL) */ NDPI_TCP_ISSUES, /* 50 */ /* TCP issues such as connection failed, probing or scan */ NDPI_FULLY_ENCRYPTED, /* This (unknown) session is fully encrypted */ - + NDPI_TLS_ALPN_SNI_MISMATCH, /* Invalid ALPN/SNI combination */ + /* Leave this as last member */ NDPI_MAX_RISK /* must be <= 63 due to (**) */ } ndpi_risk_enum; |