aboutsummaryrefslogtreecommitdiff
path: root/doc/protocols.rst
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2023-06-22 13:07:32 +0200
committerGitHub <noreply@github.com>2023-06-22 13:07:32 +0200
commit167888828470d26a10252d67b62117f770341a5f (patch)
tree8755afb50eb2850054503227bc6ee2f911a21c5f /doc/protocols.rst
parent8dbd591053274fc1faddc1eff355fda9f5ad79a5 (diff)
Add Apache Thrift protocol dissector. (#2007)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r--doc/protocols.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index 63483d2bc..530a42666 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -68,3 +68,12 @@ Notes:
Proton VPN is a VPN service operated by the Swiss company Proton AG, the company behind the email service Proton Mail
References: `Main site https://protonvpn.com/`
+
+
+.. _Proto 345:
+
+`NDPI_PROTOCOL_THRIFT`
+========================
+Apache Thrift is a generic data interchange framework that supports a bunch of different languages and platforms.
+
+References: `Official site <https://thrift.apache.org>`_ `Github <https://github.com/apache/thrift>`_.