diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-06-08 19:08:51 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-06-21 20:22:43 +0200 |
commit | 2fe9f95c9913ab7d649a3e0635e5d4029b775a50 (patch) | |
tree | 06e4d12c7119ba53a78d27fe52dc869b3a097a3f /doc | |
parent | cc582052b384f7e7e40dc1193683fcb353864d16 (diff) |
Add Apache Thrift protocol dissector.add/apache-thrift
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc')
-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>`_. |