Add ZUG consensus protocol dissector. (#2458)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2024-05-28 20:29:48 +02:00 committed by GitHub
parent 25f8964a23
commit 80171dbcf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 213 additions and 82 deletions

View file

@ -443,6 +443,7 @@ typedef enum {
NDPI_PROTOCOL_MASTODON = 412,
NDPI_PROTOCOL_THREADS = 413,
NDPI_PROTOCOL_VIBER_VOIP = 414,
NDPI_PROTOCOL_ZUG = 415,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"