diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-03-07 18:59:16 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-03-07 18:59:16 +0100 |
commit | 704595f688e9f0fc52af535257718449f6f11a55 (patch) | |
tree | 7815dde982c98da18c9e74008c2cf813453a8673 /src/include | |
parent | d5dd8e02ef1c9e8b27daf285223656396cae7060 (diff) |
Add GearUP Booster protocol dissector (heuristic based).add/gearup_booster-protocol-dissector
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 1dee6a862..adce06815 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -1006,6 +1006,7 @@ void init_dingtalk_dissector(struct ndpi_detection_module_struct *ndpi_struct, u void init_paltalk_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_dicom_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_lagofast_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_gearup_booster_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #ifdef CUSTOM_NDPI_PROTOCOLS |