From 5ddbbf4dd229f92efda087d09c710bf980e7ae42 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 10 Feb 2022 09:50:06 +0100 Subject: Added cybersecurity protocol and category that groups traffic towards leading cybersecurity companies and CDNs, useful to make destinations that should be marked as trusted in firewalls and security gateways --- src/lib/ndpi_main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/ndpi_main.c') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 015e7a854..e422b8fe5 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -46,6 +46,7 @@ #endif #include "ndpi_content_match.c.inc" +#include "ndpi_dga_match.c.inc" #include "ndpi_azure_match.c.inc" #include "ndpi_tor_match.c.inc" #include "ndpi_whatsapp_match.c.inc" @@ -57,6 +58,8 @@ #include "ndpi_ms_onedrive_match.c.inc" #include "ndpi_ms_outlook_match.c.inc" #include "ndpi_ms_skype_teams_match.c.inc" + +/* Third party libraries */ #include "third_party/include/ndpi_patricia.h" #include "third_party/include/ndpi_md5.h" -- cgit v1.2.3