diff options
author | Toni <matzeton@googlemail.com> | 2023-06-22 13:07:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 13:07:32 +0200 |
commit | 167888828470d26a10252d67b62117f770341a5f (patch) | |
tree | 8755afb50eb2850054503227bc6ee2f911a21c5f /doc/protocols.rst | |
parent | 8dbd591053274fc1faddc1eff355fda9f5ad79a5 (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.rst | 9 |
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>`_. |