Add Path of Exile protocol dissector (#2337)

* Add Path of Exile protocol dissector

* Update protocols.rst
This commit is contained in:
Vladimir Gavrilov 2024-03-06 21:59:09 +03:00 committed by GitHub
parent 21da53d3a0
commit e2949048e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
105 changed files with 215 additions and 97 deletions

View file

@ -431,6 +431,7 @@ typedef enum {
NDPI_PROTOCOL_DLEP = 400,
NDPI_PROTOCOL_BFD = 401,
NDPI_PROTOCOL_NETEASE_GAMES = 402,
NDPI_PROTOCOL_PATHOFEXILE = 403,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"