mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Add analyzer_confirmation and analyzer_violation events
This commit is contained in:
parent
7bffd2eccd
commit
612212568a
96 changed files with 432 additions and 235 deletions
|
@ -68,7 +68,7 @@ public:
|
|||
|
||||
// This suppresses violations if the TCP connection wasn't
|
||||
// fully established.
|
||||
void ProtocolViolation(const char* reason, const char* data = nullptr, int len = 0) override;
|
||||
void AnalyzerViolation(const char* reason, const char* data = nullptr, int len = 0) override;
|
||||
|
||||
// "name" and "val" both now belong to this object, which needs to
|
||||
// delete them when done with them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue