diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-04-10 19:04:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 18:04:02 +0200 |
commit | 9ff4bece33bc5e8601208e59ecb2f8bc66b4daaa (patch) | |
tree | 2a446f733bf09f99340ed3dff03c4c88cd9b66ae /doc/protocols.rst | |
parent | 142c8f5afb90629762920db6703831826513e00b (diff) |
Add The Elder Scrolls Online support (#2376)
* Add The Elder Scrolls Online support
* Use ndpi_memmem instead of memmem from libc
* Add protocol description
* Change selection bitmask to V4_V6
* Update protocols.rst
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 3812dada2..40307a124 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -706,3 +706,12 @@ References: `RFC <https://datatracker.ietf.org/doc/html/rfc6726>`_ League of Legends: Wild Rift is a mobile MOBA game. References: `Main site <https://wildrift.leagueoflegends.com/>`_ + + +.. _Proto 408: + +`NDPI_PROTOCOL_TESO` +============================ +The Elder Scrolls Online is a MMORPG set in the fantasy world of Tamriel. + +References: `Main site <https://www.elderscrollsonline.com/>`_ |