From 5eb468d07b280ce6c84d68d69a4278e36c65fdc7 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:42:47 +0300 Subject: Add Apache Kafka protocol dissector (#2226) --- 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 02af0b698..a906bc566 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -639,6 +639,7 @@ void init_hislip_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_uftp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); 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); #endif -- cgit v1.2.3