diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-02 12:23:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 10:23:42 +0100 |
commit | 2796bc9b4712e98f69091784b25f236d2a7a415c (patch) | |
tree | 41a8615a287c77f554ea8f3063157e54f8d8355f /doc | |
parent | 2f657cb8f9001e9944033299758a150d8c0b4a2c (diff) |
Add NoMachine NX protocol dissector (#2234)
* Add NoMachine protocol dissector
* Fix detection on big endian architectures
* Make NoMachine over UDP check more strict
* Small fixes
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 a1a89115e..1eea05ee2 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -408,3 +408,12 @@ Notes: Apache Kafka is a distributed event store and stream-processing platform. References: `Official site <https://kafka.apache.org>`_ and `Github <https://github.com/apache/kafka>`_. + + +.. _Proto 378: + +`NDPI_PROTOCOL_NOMACHINE` +====================== +NoMachine is a popular proprietary remote desktop software. + +References: `Main site <https://www.nomachine.com/>`_. |