diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-19 09:46:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 07:46:51 +0100 |
commit | 6ac2ce84f8737bf4b22167cce9313cee3efff5c1 (patch) | |
tree | 82ad8c7cf6236395d38cd3267c73798510f67cdf /doc | |
parent | 248f3d55884883d0d879d3363bc8e560706cae37 (diff) |
Add Mumble detection support (#2269)
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 e8ff92d43..8e09a588b 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -509,3 +509,12 @@ References: `Protocol Specs: <https://github.com/skywind3000/kcp/blob/master/pro Dota 2 is an extremely popular multiplayer MOBA game from Valve. References: `Main site <https://www.dota2.com/>`_ + + +.. _Proto 387: + +`NDPI_PROTOCOL_MUMBLE` +========================= +Mumble is a free, open source, low latency, high quality voice chat application. + +References: `Main site <https://www.mumble.info/>`_ |