aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2024-07-04 08:59:04 +0200
committerGitHub <noreply@github.com>2024-07-04 08:59:04 +0200
commit456f0fd4279ae727831a80c506a343b8a9aedd90 (patch)
treeaa18aea321f395c2c8ce217f167255d89f303278 /src/include
parent843e4872706b07b9e78418986d35fc86bc156d60 (diff)
Improve detection of Cloudflare WARP traffic (#2491)
See: #2484
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h
index ebaac2fc3..12db0d6da 100644
--- a/src/include/ndpi_private.h
+++ b/src/include/ndpi_private.h
@@ -918,6 +918,7 @@ void init_cod_mobile_dissector(struct ndpi_detection_module_struct *ndpi_struct,
void init_zug_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_jrmi_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_ripe_atlas_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
+void init_cloudflare_warp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
#endif