aboutsummaryrefslogtreecommitdiff
path: root/doc/protocols.rst
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2023-10-24 12:18:31 +0200
committerGitHub <noreply@github.com>2023-10-24 12:18:31 +0200
commite70333de8733b3396f6a63481a25e63d12bd9d8e (patch)
tree97bb02c0b78f521dd9b0b6d37522e69e365bb3ce /doc/protocols.rst
parent71d768d0364307f1c841a8f241db3781fe1e62be (diff)
Added generic Google Protobuf dissector. (#2109)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r--doc/protocols.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index efc7e6a51..45e4126d6 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -157,3 +157,12 @@ References: `Protocol Specs: <https://www.dmtf.org/sites/default/files/standards
Controller Area Network (CAN) is used extensively in automotive applications, with in excess of 400 million CAN enabled microcontrollers manufactured each year.
References: `Protocol Specs: <https://www.iso.org/standard/63648.html>`_.
+
+
+.. _Proto 353:
+
+`NDPI_PROTOCOL_PROTOBUF`
+========================
+Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data.
+
+References: `Encoding: <https://protobuf.dev/programming-guides/encoding>`_.