Add Gearman protocol dissector (#2297)

This commit is contained in:
Vladimir Gavrilov 2024-02-01 21:46:57 +03:00 committed by GitHub
parent 6c5ecae607
commit 4c9446379f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
105 changed files with 208 additions and 98 deletions

View file

@ -422,6 +422,7 @@ typedef enum {
NDPI_PROTOCOL_RADMIN = 391,
NDPI_PROTOCOL_RAFT = 392,
NDPI_PROTOCOL_CIP = 393,
NDPI_PROTOCOL_GEARMAN = 394,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"