Add Ripe Atlas probe protocol. (#2473)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2024-06-17 11:00:38 +02:00 committed by GitHub
parent bbe52da5cf
commit 8fd649ab1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 208 additions and 83 deletions

View file

@ -445,6 +445,7 @@ typedef enum {
NDPI_PROTOCOL_VIBER_VOIP = 414,
NDPI_PROTOCOL_ZUG = 415,
NDPI_PROTOCOL_JRMI = 416,
NDPI_PROTOCOL_RIPE_ATLAS = 417,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"