mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
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:
parent
142c8f5afb
commit
9ff4bece33
110 changed files with 243 additions and 102 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue