diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-12-11 14:52:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 14:52:31 +0100 |
commit | 673b6e73451cce242aa612c06e80b5865b243ed6 (patch) | |
tree | 09e008ba8406c03682cb195bbaac736dd6c7d6ed /src/include/ndpi_typedefs.h | |
parent | adf8982d8ec8a1f84bdf48b0129f5fccbb12e51b (diff) |
HTTP: faster processing of asymmetric flows (#2198)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 718fec834..e7338b0fc 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -798,6 +798,7 @@ struct ndpi_flow_tcp_struct { /* NDPI_PROTOCOL_HTTP */ u_int32_t http_stage:3; + u_int32_t http_asymmetric_stage:2; /* NDPI_PROTOCOL_GNUTELLA */ u_int32_t gnutella_stage:2; // 0 - 2 |