diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-06-17 09:54:39 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-06-17 10:13:14 +0200 |
commit | 64331d2790aee65036af8e10bb077bcf7117d6d9 (patch) | |
tree | f60c0edd0f35b8b40920fdfe7802acf2615b2910 /src/include/ndpi_private.h | |
parent | f796c943753b3125950d75a64dee7e869d21d775 (diff) |
Add Ripe Atlas probe protocol.add/ripe_atlas
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_private.h')
-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 fbd10509b..00227914e 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -923,6 +923,7 @@ void init_egd_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int3 void init_cod_mobile_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); 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); #endif |