mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 09:50:16 +00:00
Add ANSI C12.22 protocol dissector (#2317)
* Add ANSI C12.22 protocol dissector * Add UDP sample
This commit is contained in:
parent
ae36648c6c
commit
e93bcfd619
165 changed files with 280 additions and 857 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue