From 4cafa7cb1e184ee4168dbc04d62ced7c5815710a Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 26 Jul 2021 09:38:53 +0200 Subject: Improved risk detection mask algorithm --- 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 a63524c8f..9aaa6c63f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1302,7 +1302,7 @@ struct ndpi_flow_struct { u_char host_server_name[240]; u_int8_t initial_binary_bytes[8], initial_binary_bytes_len; u_int8_t risk_checked:1, ip_risk_mask_evaluated:1, host_risk_mask_evaluated:1, _notused:5; - ndpi_risk host_risk_mask; /* Stores the flow risk mask for flow peers */ + ndpi_risk risk_mask; /* Stores the flow risk mask for flow peers */ ndpi_risk risk; /* Issues found with this flow [bitmask of ndpi_risk] */ /* -- cgit v1.2.3