mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Implements filtering per flow status in the active flows page
This commit is contained in:
parent
a94f3422fb
commit
9cdb84a875
25 changed files with 231 additions and 53 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue