diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-22 15:39:30 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-23 13:45:56 +0200 |
commit | a443bba0dd8cb295d95e50ea763d1956003ac8d9 (patch) | |
tree | 833c46ca8ef288574c37a25d357c9625d58b87e8 /doc | |
parent | 25c54dd6d7aea964f4ad436f0d03afddd6653697 (diff) |
Add CAN over Ethernet dissector.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc')
-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 f7e054d83..efc7e6a51 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -148,3 +148,12 @@ References: `Main site: <https://www.haproxy.org>`_. The Intelligent Platform Management Interface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or UEFI) and operating system. References: `Protocol Specs: <https://www.dmtf.org/sites/default/files/standards/documents/DSP0114.pdf>`_. + + +.. _Proto 352: + +`NDPI_PROTOCOL_CAN` +=================== +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>`_. |