From 2796bc9b4712e98f69091784b25f236d2a7a415c Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:23:42 +0300 Subject: Add NoMachine NX protocol dissector (#2234) * Add NoMachine protocol dissector * Fix detection on big endian architectures * Make NoMachine over UDP check more strict * Small fixes --- 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 a906bc566..a14a87635 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -640,6 +640,7 @@ void init_uftp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int void init_openflow_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_json_rpc_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_kafka_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_nomachine_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif -- cgit v1.2.3