From 29242cbcb631447b84199202bd1d3d5593e80dcc Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 20 Oct 2022 18:07:12 +0200 Subject: Add Munin protocol dissector. * all credits goes to @verzulli Signed-off-by: Toni Uhlig --- src/include/ndpi_protocols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ndpi_protocols.h') diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 506774a7c..f06006044 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -244,6 +244,7 @@ void init_natpmp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_syncthing_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_crynet_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_line_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_munin_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); /* ndpi_main.c */ extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port); -- cgit v1.2.3