Add Kismet protocol detection. (#1710)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2022-08-24 10:50:11 +02:00 committed by GitHub
parent 93a80a1c4b
commit 30730e95e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 176 additions and 71 deletions

View file

@ -337,6 +337,7 @@ typedef enum {
NDPI_PROTOCOL_ALICLOUD = 306,
NDPI_PROTOCOL_AVAST = 307,
NDPI_PROTOCOL_TIVOCONNECT = 308,
NDPI_PROTOCOL_KISMET = 309,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"