mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 09:50:16 +00:00
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:
parent
ead5bf2adb
commit
3d57dec6b4
8 changed files with 58 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue