aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_private.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-01-08 23:11:14 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-01-09 00:52:58 +0100
commit2b8e49b02fdf62c0d8857b7fe661e9fb9d353979 (patch)
tree2a06a6ac04539815f3cc7dca0f2597b6eadebabe /src/lib/ndpi_private.h
parent90b999e3f1a67babbcd7003fb0ccab005d45f343 (diff)
Add Roughtime protocol dissector.add/roughtime
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/ndpi_private.h')
-rw-r--r--src/lib/ndpi_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_private.h b/src/lib/ndpi_private.h
index c69429daa..76aee10b0 100644
--- a/src/lib/ndpi_private.h
+++ b/src/lib/ndpi_private.h
@@ -644,6 +644,7 @@ void init_nomachine_dissector(struct ndpi_detection_module_struct *ndpi_struct,
void init_iec62056_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
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);
#endif