diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-05 19:20:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 17:20:38 +0100 |
commit | ad20846fad48d5da8f21fcb7cc9703048b0c02db (patch) | |
tree | 9889b94d9a6f4f3707baea61e1ce2bdcf2b4652b /doc/protocols.rst | |
parent | 72601a69ffb97709136ad6b67ba720ca8109f898 (diff) |
Add Ether-S-Bus protocol dissector (#2200)
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 039b5b6f0..2b1cdef06 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -308,3 +308,12 @@ References: `Paid Specs: <https://www.iso.org/ru/standard/37079.html>`_. IEEE Standard for Synchrophasor Data Transfer for Power Systems References: `Paid Specs: <https://standards.ieee.org/ieee/C37.118.1/4902/>`_. + + +.. _Proto 368: + +`NDPI_PROTOCOL_ETHERSBUS` +============================ +Ether-S-Bus is a proprietary protocol used for the communication with and between PLCs manufactured by Saia-Burgess Controls Ltd. + +References: `Wireshark wiki: <https://wiki.wireshark.org/EtherSBus>`_. |