aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_private.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-01-12 11:22:30 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-01-12 11:27:30 +0100
commite6e5818d3d3d3b86fd8b6d8117da16560c502429 (patch)
treed7f8babff48fff76180e3fbc694a979fe1b15444 /src/include/ndpi_private.h
parent7b2bbb2309264766697507365231fd6ee5717e31 (diff)
Add KCP protocol dissector.add/kcp
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_private.h')
-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 cfec9b713..d0adfa362 100644
--- a/src/include/ndpi_private.h
+++ b/src/include/ndpi_private.h
@@ -667,6 +667,7 @@ void init_iec62056_dissector(struct ndpi_detection_module_struct *ndpi_struct, u
void init_hl7_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_ceph_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_roughtime_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
+void init_kcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
#endif