diff options
author | Luca Deri <deri@ntop.org> | 2022-02-10 09:50:06 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-02-10 09:50:06 +0100 |
commit | 5ddbbf4dd229f92efda087d09c710bf980e7ae42 (patch) | |
tree | cc8d64fe0d2fd23c1cce439b335cd3fc852e153d /src/lib/ndpi_main.c | |
parent | b5eea436ae151c0affeebbb79cd64f309555a3e6 (diff) |
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
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |