mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Move MySQL analyzer to the new plugin architecture.
This commit is contained in:
parent
b259a41ef2
commit
45d5080870
2 changed files with 18 additions and 6 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
virtual void EndpointEOF(bool is_orig);
|
||||
|
||||
|
||||
static analyzer::Analyzer* InstantiateAnalyzer(Connection* conn)
|
||||
static analyzer::Analyzer* Instantiate(Connection* conn)
|
||||
{ return new MySQL_Analyzer(conn); }
|
||||
|
||||
static bool Available()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue