Add Apache Kafka protocol dissector (#2226)

This commit is contained in:
Vladimir Gavrilov 2023-12-22 16:42:47 +03:00 committed by GitHub
parent 6fc8aa4e61
commit 5eb468d07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 207 additions and 99 deletions

View file

@ -405,6 +405,7 @@ typedef enum {
NDPI_PROTOCOL_OPENFLOW = 374,
NDPI_PROTOCOL_JSON_RPC = 375,
NDPI_PROTOCOL_WEBDAV = 376,
NDPI_PROTOCOL_APACHE_KAFKA = 377,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"