From 9ff4bece33bc5e8601208e59ecb2f8bc66b4daaa Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:04:02 +0300 Subject: 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 --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/protocols.rst') 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 `_ League of Legends: Wild Rift is a mobile MOBA game. References: `Main site `_ + + +.. _Proto 408: + +`NDPI_PROTOCOL_TESO` +============================ +The Elder Scrolls Online is a MMORPG set in the fantasy world of Tamriel. + +References: `Main site `_ -- cgit v1.2.3