Cleanup of flow alerts API

This commit is contained in:
Simone Mainardi 2021-05-19 12:45:31 +02:00
parent 3652a55f10
commit 86a6491c18
52 changed files with 0 additions and 52 deletions

View file

@ -32,7 +32,6 @@ class FlowRiskHTTPSuspiciousURLAlert : public FlowAlert {
~FlowRiskHTTPSuspiciousURLAlert() { };
FlowAlertType getAlertType() const { return getClassType(); }
std::string getName() const { return std::string("alert_ndpi_http_suspicious_url"); }
};
#endif /* _FR_HTTP_SUSPICIOUS_URL_ALERT_H_ */