ProtonVPN: add basic detection (#2006)

This commit is contained in:
Ivan Nardi 2023-06-08 16:52:55 +02:00 committed by GitHub
parent 7dcceb4daf
commit 3e673e91a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1928 additions and 228 deletions

View file

@ -372,6 +372,7 @@ typedef enum {
NDPI_PROTOCOL_GEFORCENOW = 341,
NDPI_PROTOCOL_NVIDIA = 342,
NDPI_PROTOCOL_BITCOIN = 343,
NDPI_PROTOCOL_PROTONVPN = 344,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"