aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-10-29 12:14:20 +0100
committerGitHub <noreply@github.com>2023-10-29 12:14:20 +0100
commit32b50f5aa4a199d6f63408b95dbf675689668418 (patch)
treefb09982cc360f30415c428e9ab29ebd3a76d3118 /src/include/ndpi_typedefs.h
parentc711251578001920dee09f1dd1b36516bd15045c (diff)
IPv6: add support for IPv6 risk exceptions (#2122)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 5f587e8d2..257023080 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -692,6 +692,7 @@ typedef enum {
typedef enum {
NDPI_PTREE_RISK_MASK = 0,
+ NDPI_PTREE_RISK_MASK6,
NDPI_PTREE_RISK,
NDPI_PTREE_RISK6,
NDPI_PTREE_PROTOCOLS,
@@ -1311,6 +1312,7 @@ struct ndpi_detection_module_struct {
/* Patricia trees */
ndpi_patricia_tree_t *ip_risk_mask_ptree;
+ ndpi_patricia_tree_t *ip_risk_mask_ptree6;
ndpi_patricia_tree_t *ip_risk_ptree;
ndpi_patricia_tree_t *ip_risk_ptree6;
ndpi_patricia_tree_t *protocols_ptree; /* IP-based protocol detection */