diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-23 10:50:36 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-23 20:09:52 +0200 |
commit | f4349bdcc0d7eaa0a9859ba3fc65b89469f50dd1 (patch) | |
tree | 8286349331eea85bd623950ec07621e5664cae22 /doc/protocols.rst | |
parent | a443bba0dd8cb295d95e50ea763d1956003ac8d9 (diff) |
Added generic Google Protobuf dissector.add/generic-protobuf-dissector
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>`_. |