From 2b8e49b02fdf62c0d8857b7fe661e9fb9d353979 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 8 Jan 2024 23:11:14 +0100 Subject: Add Roughtime protocol dissector. Signed-off-by: Toni Uhlig --- src/lib/ndpi_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ndpi_private.h') 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 -- cgit v1.2.3