diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-09 20:28:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 18:28:57 +0100 |
commit | 3d57dec6b4b04ac9c2210c6c66f6c8456454b3b5 (patch) | |
tree | c7746a98cac3529ef1c81c1bc109516c77927679 /doc/protocols.rst | |
parent | ead5bf2adb18a80c2219c5d07b142f36ca3ee755 (diff) |
Add PIA (Private Internet Access) support (#2250)
* Fix typo in protocols.rst
* Add PIA (Private Internet Access) support
* Update ndpi_main.c
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index c93a18d62..63f89ee95 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -458,7 +458,7 @@ Ceph is a scalable distributed storage system. References: `Main site <https://ceph.io/en/>`_ -.. _Proto 381: +.. _Proto 382: `NDPI_PROTOCOL_GOOGLE_CHAT` ========================= @@ -467,10 +467,19 @@ Google Chat is an instant messaging service from Google, which replaced Hangouts References: `Main site <https://chat.google.com/>`_ -.. _Proto 382: +.. _Proto 383: `NDPI_PROTOCOL_ROUGHTIME` ========================= A protocol that aims to achieve rough time synchronization while detecting servers that provide inaccurate time and providing cryptographic proof of their malfeasance. References: `IETF Draft <https://www.ietf.org/archive/id/draft-ietf-ntp-roughtime-08.html>`_ + + +.. _Proto 384: + +`NDPI_PROTOCOL_PIA` +========================= +Private Internet Access (PIA) is a popular VPN service from Kape Technologies. + +References: `Main site <https://www.privateinternetaccess.com/>`_ |