diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-11-27 14:13:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 12:13:23 +0100 |
commit | da629709f3c07bbd7ffda48be57af7dc56c57d5c (patch) | |
tree | 6da3baebb682b0bf5851a4c2f0f65f55a78693d6 /doc/protocols.rst | |
parent | 7ff22a7e3cf7e89d65d9439cf73ee17ec69be524 (diff) |
Add OPC UA protocol dissector (#2169)
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 01a48b271..42e894a64 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -234,3 +234,12 @@ References: `Protocol Specs: <https://standards.ieee.org/ieee/1588/4355/>`_. Real-Time Publish Subscribe Protocol References: `Protocol Specs: <https://www.omg.org/spec/DDSI-RTPS/>`_. + + +.. _Proto 360: + +`NDPI_PROTOCOL_OPC_UA` +============================ +IEC62541 OPC Unified Architecture + +References: `Protocol Specs: <https://reference.opcfoundation.org/>`_. |