Reimplemented 1kxun application protocol. (#1585)

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
Toni 2022-06-06 18:04:49 +02:00 committed by GitHub
parent df78e67518
commit 938e89ca33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 200 additions and 124 deletions

View file

@ -323,6 +323,7 @@ typedef enum {
NDPI_PROTOCOL_DAZN = 292,
NDPI_PROTOCOL_GOTO = 293, /* GoTo products, mainly GoToMeeting */
NDPI_PROTOCOL_RSH = 294,
NDPI_PROTOCOL_1KXUN = 295,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"