From: Shanmugam S (shanms) Date: Fri, 5 Mar 2021 15:52:03 +0000 (+0000) Subject: Merge pull request #2757 in SNORT/snort3 from ~SUNIMUKH/snort3:elephant_flow to master X-Git-Tag: 3.1.2.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8880d933b8d14680108ee876ab051d3d7c851296;p=thirdparty%2Fsnort3.git Merge pull request #2757 in SNORT/snort3 from ~SUNIMUKH/snort3:elephant_flow to master Squashed commit of the following: commit b28012491788b2a71dacda895d85fee6a9be3422 Author: Sunirmal Mukherjee Date: Mon Feb 22 00:42:49 2021 -0500 flow: Add new flag to indicate elephant flow --- diff --git a/src/flow/flow.h b/src/flow/flow.h index c600d72ec..538ffe0e9 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -477,6 +477,7 @@ public: // FIXIT-M privatize if possible bool use_direct_inject : 1; bool data_decrypted : 1; // indicate data in current flow is decrypted TLS application data bool snort_proto_id_set_by_ha : 1; + bool efd_flow : 1; // Indicate that current flow is an elephant flow } flags; FlowState flow_state;