Add FastCGI protocol detection. (#1711)

* CQL: fixed byte order conversion (BigEndian not LittleEndian)
 * CQL: increased required successful dissected packets to prevent false-positives

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 13:22:46 +02:00 committed by GitHub
parent e135c1c5e3
commit 0c8bc9f055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 237 additions and 77 deletions

View file

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