From c34bded4ef9733e12a1475fc57f39b71a350aad7 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:03:07 +0300 Subject: Add ISO 9506-1 MMS protocol dissector (#2189) * Add ISO 9506-1 MMS protocol dissector * Fix detection on big-endian architectures --- 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 0d18be6d4..8a06804e2 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -625,6 +625,7 @@ void init_opc_ua_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_fins_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_ethersio_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_beckhoff_ads_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_iso9506_1_mms_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif -- cgit v1.2.3