Add PIA (Private Internet Access) support (#2250)

* Fix typo in protocols.rst

* Add PIA (Private Internet Access) support

* Update ndpi_main.c
This commit is contained in:
Vladimir Gavrilov 2024-01-09 20:28:57 +03:00 committed by GitHub
parent ead5bf2adb
commit 3d57dec6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 58 additions and 12 deletions

View file

@ -412,6 +412,7 @@ typedef enum {
NDPI_PROTOCOL_CEPH = 381,
NDPI_PROTOCOL_GOOGLE_CHAT = 382,
NDPI_PROTOCOL_ROUGHTIME = 383,
NDPI_PROTOCOL_PIA = 384,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"