mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Moving existing built-in plugins over to new interface.
This commit is contained in:
parent
ea01a1be30
commit
2c34101394
85 changed files with 944 additions and 293 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
// Overriden from tcp::TCP_ApplicationAnalyzer.
|
||||
virtual void EndpointEOF(bool is_orig);
|
||||
|
||||
static analyzer::Analyzer* InstantiateAnalyzer(Connection* conn)
|
||||
static analyzer::Analyzer* Instantiate(Connection* conn)
|
||||
{ return new SSL_Analyzer(conn); }
|
||||
|
||||
static bool Available()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue