diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-22 16:42:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 14:42:47 +0100 |
commit | 5eb468d07b280ce6c84d68d69a4278e36c65fdc7 (patch) | |
tree | 01d77d9de746b59a2d18b63b554d310c6fa6afbe /doc/protocols.rst | |
parent | 6fc8aa4e61f80a4788f9a2199ada823e000c6e52 (diff) |
Add Apache Kafka protocol dissector (#2226)
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 081c39633..a1a89115e 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -399,3 +399,12 @@ References: `RFC4918: <https://datatracker.ietf.org/doc/html/rfc4918>`_. Notes: - WebDAV is almost always encrypted, i.e. transported over TLS. + + +.. _Proto 377: + +`NDPI_PROTOCOL_APACHE_KAFKA` +====================== +Apache Kafka is a distributed event store and stream-processing platform. + +References: `Official site <https://kafka.apache.org>`_ and `Github <https://github.com/apache/kafka>`_. |