Add Apache Kafka protocol dissector (#2226)

This commit is contained in:
Vladimir Gavrilov 2023-12-22 16:42:47 +03:00 committed by GitHub
parent 6fc8aa4e61
commit 5eb468d07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 207 additions and 99 deletions

View file

@ -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>`_.