diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-16 15:30:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 13:30:21 +0100 |
commit | 0f3e6d832b3df7f6eb5ded0296142f6f93537022 (patch) | |
tree | 788dcb3e67ee27faef5c5f409229e9637b55c6b6 /doc | |
parent | 8ea16ffd77d486cce4c4bb0d58d80b32d68a4f4f (diff) |
Add PROFINET/IO protocol dissector (#2213)
* Add PROFINET/IO protocol dissector
* Add LE (Little Endian) to the file name
* Rework dissector
* Remove redundant check
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 83393ae69..8f2f59157 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -324,3 +324,21 @@ References: `Wireshark wiki: <https://wiki.wireshark.org/EtherSBus>`_. `NDPI_PROTOCOL_MONERO` ====================== Monero is a private and decentralized cryptocurrency with focus on confidentiality and security. + + +.. _Proto 370: + +`NDPI_PROTOCOL_DCERPC` +====================== +DCE/RPC is a specification for a remote procedure call mechanism that defines both APIs and an over-the-network protocol. + +References: `Wireshark wiki: <https://wiki.wireshark.org/DCE/RPC>`_. + + +.. _Proto 371: + +`NDPI_PROTOCOL_PROFINET_IO` +====================== +PROFINET/IO is a field bus protocol based on connectionless DCE/RPC. + +References: `Protocol Specs: <https://www.profibus.com/download/profinet-specification>`_. |