Implements filtering per flow status in the active flows page

This commit is contained in:
Alfredo Cardigliano 2019-05-20 18:54:50 +02:00
parent a94f3422fb
commit 9cdb84a875
25 changed files with 231 additions and 53 deletions

View file

@ -383,7 +383,7 @@ class Flow : public GenericHashEntry {
const ICMPinfo * const icmp_info,
bool *src2srv_direction);
bool clientLessThanServer() const;
void sumStats(nDPIStats *stats);
void sumStats(nDPIStats *stats, FlowStatusStats *status_stats);
bool dumpFlow(bool dump_alert);
bool match(AddressTree *ptree);
void dissectHTTP(bool src2dst_direction, char *payload, u_int16_t payload_len);