mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
Add Apache Kafka protocol dissector (#2226)
This commit is contained in:
parent
6fc8aa4e61
commit
5eb468d07b
101 changed files with 207 additions and 99 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue