Add Monero protocol classification. (#2196)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-12-13 19:55:18 +01:00 committed by GitHub
parent bda037c57f
commit ef62391dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
103 changed files with 242 additions and 113 deletions

View file

@ -397,6 +397,7 @@ typedef enum {
NDPI_PROTOCOL_ISO9506_1_MMS = 366,
NDPI_PROTOCOL_IEEE_C37118 = 367,
NDPI_PROTOCOL_ETHERSBUS = 368,
NDPI_PROTOCOL_MONERO = 369,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"