aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-07-26 09:38:53 +0200
committerLuca Deri <deri@ntop.org>2021-07-26 09:38:53 +0200
commit4cafa7cb1e184ee4168dbc04d62ced7c5815710a (patch)
treec7aac3ee5230bc44d0ffa83cecf0fc26f0de3a5a /src/include
parent29ec34f66d91004f460aa6d4f3e28d75b78c9aa5 (diff)
Improved risk detection mask algorithm
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
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] */
/*