diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-22 16:42:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 14:42:47 +0100 |
commit | 5eb468d07b280ce6c84d68d69a4278e36c65fdc7 (patch) | |
tree | 01d77d9de746b59a2d18b63b554d310c6fa6afbe /src/lib/ndpi_private.h | |
parent | 6fc8aa4e61f80a4788f9a2199ada823e000c6e52 (diff) |
Add Apache Kafka protocol dissector (#2226)
Diffstat (limited to 'src/lib/ndpi_private.h')
-rw-r--r-- | src/lib/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |