diff options
author | Luca Deri <deri@ntop.org> | 2024-10-15 21:20:32 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-15 21:21:05 +0200 |
commit | 6b6dad4fdb2e60cd2887f7d381bcab2387ba9507 (patch) | |
tree | bed0d0898743ecab5210e0247ce812fff13255c8 /src/include | |
parent | ff14b369206c30711ed6fb74573ece0fee83c0df (diff) |
Implemented nDPI TCP fingerprint
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |