Add Remote Management Control Protocol (RMCP).

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig 2023-10-18 17:06:14 +02:00 committed by Ivan Nardi
parent c59fe0b2b5
commit f69909d49b
84 changed files with 226 additions and 79 deletions

View file

@ -379,6 +379,7 @@ typedef enum {
NDPI_PROTOCOL_MULLVAD = 348,
NDPI_PROTOCOL_HTTP2 = 349,
NDPI_PROTOCOL_HAPROXY = 350,
NDPI_PROTOCOL_RMCP = 351,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"