mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Additional alerted flows debug traces
This commit is contained in:
parent
8df7cffc3e
commit
d36d69b2e2
2 changed files with 21 additions and 1 deletions
|
|
@ -69,6 +69,9 @@ class Flow : public GenericHashEntry {
|
|||
good_low_flow_detected, good_ssl_hs, update_flow_port_stats,
|
||||
quota_exceeded, has_malicious_cli_signature, has_malicious_srv_signature,
|
||||
is_alerted;
|
||||
#ifdef ALERTED_FLOWS_DEBUG
|
||||
bool iface_alert_inc, iface_alert_dec;
|
||||
#endif
|
||||
u_int16_t diff_num_http_requests;
|
||||
int64_t alert_rowid;
|
||||
#ifdef NTOPNG_PRO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue