Add KCP protocol dissector. (#2257)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2024-01-12 12:14:59 +01:00 committed by GitHub
parent 75d3f78f7d
commit 0aea509e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
155 changed files with 314 additions and 154 deletions

View file

@ -413,6 +413,7 @@ typedef enum {
NDPI_PROTOCOL_GOOGLE_CHAT = 382,
NDPI_PROTOCOL_ROUGHTIME = 383,
NDPI_PROTOCOL_PIA = 384,
NDPI_PROTOCOL_KCP = 385,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"