Added Softether(-VPN) DDNS service detection. (#1544)

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
Toni 2022-05-09 08:16:19 +02:00 committed by GitHub
parent 4319d760e0
commit 915ffebade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 2 deletions

View file

@ -318,6 +318,7 @@ typedef enum {
NDPI_PROTOCOL_XIAOMI = 287,
NDPI_PROTOCOL_EDGECAST = 288,
NDPI_PROTOCOL_CACHEFLY = 289,
NDPI_PROTOCOL_SOFTETHER = 290,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"