Add Radmin protocol dissector (#2283)

* Add Radmin protocol dissector

* Update test results
This commit is contained in:
Vladimir Gavrilov 2024-01-25 10:10:29 +03:00 committed by GitHub
parent d577508727
commit 4e712e3ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
102 changed files with 1691 additions and 1540 deletions

View file

@ -419,6 +419,7 @@ typedef enum {
NDPI_PROTOCOL_YOJIMBO = 388,
NDPI_PROTOCOL_ELECTRONICARTS = 389,
NDPI_PROTOCOL_STOMP = 390,
NDPI_PROTOCOL_RADMIN = 391,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"