mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
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:
parent
e135c1c5e3
commit
0c8bc9f055
78 changed files with 237 additions and 77 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue