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:56:44 +0100
committerGitHub <noreply@github.com>2023-10-29 12:56:44 +0100
commit03fd155ae38b0b3b57f18a25e80abb68b169e326 (patch)
tree6e8faeb9723bff96e4857cbfda1d0a70c95c3ebd /src/include/ndpi_typedefs.h
parent32b50f5aa4a199d6f63408b95dbf675689668418 (diff)
IPv6: add support for custom categories (#2126)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 257023080..365638aa3 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1327,6 +1327,7 @@ struct ndpi_detection_module_struct {
ndpi_domain_classify *sc_hostnames, *sc_hostnames_shadow;
#endif
void *ipAddresses, *ipAddresses_shadow; /* Patricia */
+ void *ipAddresses6, *ipAddresses6_shadow; /* Patricia IPv6*/
u_int8_t categories_loaded;
} custom_categories;