diff options
author | Toni <matzeton@googlemail.com> | 2024-01-21 17:47:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 17:47:42 +0100 |
commit | 7d24e1258d68cffccbd0bd44326efe4cafeefdb1 (patch) | |
tree | 2bc5f4f542d68013f18f3df7243a410003fe56bb /doc/protocols.rst | |
parent | 49591dda9b36535deb7f0748eeba665c2b2894e8 (diff) |
Add Yojimbo (netcode) protocol dissector (#2277)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 8e09a588b..434d6c0be 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -518,3 +518,12 @@ References: `Main site <https://www.dota2.com/>`_ Mumble is a free, open source, low latency, high quality voice chat application. References: `Main site <https://www.mumble.info/>`_ + + +.. _Proto 388: + +`NDPI_PROTOCOL_YOJIMBO` +======================= +Yojimbo (netcode) is a secure connection-based client/server protocol built on top of UDP. + +References: `Protocol Specs: <https://github.com/mas-bandwidth/netcode/blob/main/STANDARD.md>`_ |