mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Added risk alert consistency check
This commit is contained in:
parent
c95e38da69
commit
5aa8409dde
48 changed files with 130 additions and 267 deletions
|
|
@ -25,7 +25,7 @@
|
|||
class TCPNoDataExchangedAlert : public FlowAlert {
|
||||
public:
|
||||
static FlowAlertType getClassType() {
|
||||
return {flow_alert_tcp_no_data_exchanged, alert_category_network};
|
||||
return {NDPI_NO_RISK, flow_alert_tcp_no_data_exchanged, alert_category_network};
|
||||
}
|
||||
static u_int8_t getDefaultScore() { return SCORE_LEVEL_NOTICE; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue