Add ANSI C12.22 protocol dissector (#2317)

* Add ANSI C12.22 protocol dissector

* Add UDP sample
This commit is contained in:
Vladimir Gavrilov 2024-02-15 11:36:06 +03:00 committed by GitHub
parent ae36648c6c
commit e93bcfd619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
165 changed files with 280 additions and 857 deletions

View file

@ -425,6 +425,7 @@ typedef enum {
NDPI_PROTOCOL_GEARMAN = 394,
NDPI_PROTOCOL_TENCENTGAMES = 395,
NDPI_PROTOCOL_GAIJIN = 396,
NDPI_PROTOCOL_C1222 = 397,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"