diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-01-21 16:50:22 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-01-21 16:54:55 +0100 |
commit | ab8a7908441d80767166cd0ae949e92a658c0733 (patch) | |
tree | 2bc5f4f542d68013f18f3df7243a410003fe56bb /src/include/ndpi_private.h | |
parent | 49591dda9b36535deb7f0748eeba665c2b2894e8 (diff) |
Add Yojimbo (netcode) protocol dissectoradd/yojimbo
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 cfe799ab1..d24bec18c 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -723,6 +723,7 @@ void init_kcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int3 void init_valve_sdr_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_mumble_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_zoom_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_yojimbo_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |