From 0f3e6d832b3df7f6eb5ded0296142f6f93537022 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:30:21 +0300 Subject: Add PROFINET/IO protocol dissector (#2213) * Add PROFINET/IO protocol dissector * Add LE (Little Endian) to the file name * Rework dissector * Remove redundant check --- doc/protocols.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') 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: `_. `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: `_. + + +.. _Proto 371: + +`NDPI_PROTOCOL_PROFINET_IO` +====================== +PROFINET/IO is a field bus protocol based on connectionless DCE/RPC. + +References: `Protocol Specs: `_. -- cgit v1.2.3