diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-22 15:39:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-22 15:40:32 +0200 |
commit | 884035321a9d9d47120d65f02cada3ed146029af (patch) | |
tree | ef63630f3952f74f9ba84738df4783d060196c89 /doc | |
parent | f69909d49b82134d5cfe934cba9971cb62bf32cc (diff) |
Add CAN over Ethernet dissector.add/can-over-ethernet
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>`_. |