diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-25 10:10:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 08:10:29 +0100 |
commit | 4e712e3ab58be096eac212a788a97fc1f9797f9a (patch) | |
tree | 72cd7226e3a70ac8601ecf8c27a5aa7e3eea8fb6 /doc | |
parent | d577508727226d44a713f1af38b08769546edd2a (diff) |
Add Radmin protocol dissector (#2283)
* Add Radmin protocol dissector
* Update test results
Diffstat (limited to 'doc')
-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 b6e2b6507..68f7c09da 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -549,3 +549,12 @@ Notes: STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers. Supported in ActiveMQ and RabbitMQ. References: `Protocol Specs: <https://stomp.github.io/stomp-specification-1.2.html>`_ + + +.. _Proto 391: + +`NDPI_PROTOCOL_RADMIN` +========================= +Radmin is remote access software for the Microsoft Windows platform. + +References: `Main site <https://www.radmin.com/>`_ |