Add analyzer_confirmation and analyzer_violation events

This commit is contained in:
Tim Wojtulewicz 2021-10-25 09:03:15 -07:00
parent 7bffd2eccd
commit 612212568a
96 changed files with 432 additions and 235 deletions

View file

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