From 770e460ba9be589c9793ad118f9dc7697b188d33 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 7 Sep 2023 23:42:42 +0200 Subject: Added NDPI_TLS_ALPN_SNI_MISMATCH flow risk --- src/include/ndpi_typedefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/ndpi_typedefs.h') 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; -- cgit v1.2.3