aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2023-12-01 11:03:07 +0300
committerGitHub <noreply@github.com>2023-12-01 09:03:07 +0100
commitc34bded4ef9733e12a1475fc57f39b71a350aad7 (patch)
tree3744319a5042900e673d129adee11ff482f102fe /doc
parent983b8e8eee27788fb9e11cfa8cbc8539eb9c4ef4 (diff)
Add ISO 9506-1 MMS protocol dissector (#2189)
* Add ISO 9506-1 MMS protocol dissector * Fix detection on big-endian architectures
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index ed4407ff4..b6c8699b2 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -289,3 +289,13 @@ References: `Unofficial article: <https://ics-cert.kaspersky.com/publications/re
Automation Device Specification is the protocol used for interfacing with Beckhoff PLCs via TwinCAT.
References: `Protocol Specs: <https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_ads_intro/115847307.html>`_.
+
+
+.. _Proto 366:
+
+`NDPI_PROTOCOL_ISO9506_1_MMS`
+============================
+The international standard MMS (Manufacturing Message Specification) is an OSI application layer messaging protocol origionally designed for the remote control and monitoring of devices such as Remote Terminal Units (RTU),
+Programmable Logic Controllers (PLC), Numerical Controllers (NC), or Robot Controllers (RC).
+
+References: `Paid Specs: <https://www.iso.org/ru/standard/37079.html>`_.