diff options
author | Toni <matzeton@googlemail.com> | 2023-10-24 12:18:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 12:18:31 +0200 |
commit | e70333de8733b3396f6a63481a25e63d12bd9d8e (patch) | |
tree | 97bb02c0b78f521dd9b0b6d37522e69e365bb3ce /doc/protocols.rst | |
parent | 71d768d0364307f1c841a8f241db3781fe1e62be (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.rst | 9 |
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>`_. |