From 2796bc9b4712e98f69091784b25f236d2a7a415c Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:23:42 +0300 Subject: 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 --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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 `_ and `Github `_. + + +.. _Proto 378: + +`NDPI_PROTOCOL_NOMACHINE` +====================== +NoMachine is a popular proprietary remote desktop software. + +References: `Main site `_. -- cgit v1.2.3