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 FlowRiskSMBInsecureVersionAlert : public FlowAlert {
~FlowRiskSMBInsecureVersionAlert() { };
FlowAlertType getAlertType() const { return getClassType(); }
std::string getName() const { return std::string("alert_ndpi_smb_insecure_version"); }
};
#endif /* _FR_SMB_INSECURE_VERSION_ALERT_H_ */