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
This commit is contained in:
Vladimir Gavrilov 2024-04-10 19:04:02 +03:00 committed by GitHub
parent 142c8f5afb
commit 9ff4bece33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
110 changed files with 243 additions and 102 deletions

View file

@ -436,6 +436,7 @@ typedef enum {
NDPI_PROTOCOL_PFCP = 405,
NDPI_PROTOCOL_FLUTE = 406,
NDPI_PROTOCOL_LOLWILDRIFT = 407,
NDPI_PROTOCOL_TESO = 408,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"