From 6b6dad4fdb2e60cd2887f7d381bcab2387ba9507 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 15 Oct 2024 21:20:32 +0200 Subject: Implemented nDPI TCP fingerprint --- src/include/ndpi_typedefs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 82eaabcc3..2074181bf 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1312,6 +1312,10 @@ struct ndpi_flow_struct { ndpi_risk risk, risk_shadow; /* Issues found with this flow [bitmask of ndpi_risk] */ struct ndpi_risk_information risk_infos[MAX_NUM_RISK_INFOS]; /* String that contains information about the risks found */ u_int8_t num_risk_infos; + + struct { + char *fingerprint; + } tcp; /* This structure below will not not stay inside the protos -- cgit v1.2.3