From 5eb468d07b280ce6c84d68d69a4278e36c65fdc7 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:42:47 +0300 Subject: Add Apache Kafka protocol dissector (#2226) --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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: `_. 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 `_ and `Github `_. -- cgit v1.2.3