From c34bded4ef9733e12a1475fc57f39b71a350aad7 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:03:07 +0300 Subject: Add ISO 9506-1 MMS protocol dissector (#2189) * Add ISO 9506-1 MMS protocol dissector * Fix detection on big-endian architectures --- doc/protocols.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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: `_. + + +.. _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: `_. -- cgit v1.2.3