Add Yojimbo (netcode) protocol dissector (#2277)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2024-01-21 17:47:42 +01:00 committed by GitHub
parent 49591dda9b
commit 7d24e1258d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
82 changed files with 204 additions and 85 deletions

View file

@ -416,6 +416,7 @@ typedef enum {
NDPI_PROTOCOL_KCP = 385,
NDPI_PROTOCOL_DOTA2 = 386,
NDPI_PROTOCOL_MUMBLE = 387,
NDPI_PROTOCOL_YOJIMBO = 388,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"