diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-07-04 08:59:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 08:59:04 +0200 |
commit | 456f0fd4279ae727831a80c506a343b8a9aedd90 (patch) | |
tree | aa18aea321f395c2c8ce217f167255d89f303278 /src/include | |
parent | 843e4872706b07b9e78418986d35fc86bc156d60 (diff) |
Improve detection of Cloudflare WARP traffic (#2491)
See: #2484
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_private.h | 1 |
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 |