Additional alerted flows debug traces

This commit is contained in:
Simone Mainardi 2019-09-24 18:19:26 +02:00
parent 8df7cffc3e
commit d36d69b2e2
2 changed files with 21 additions and 1 deletions

View file

@ -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