mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Adding meta hooks.
This is mainly an experiment to see if this makes sense. I'm not very fond of the arguments being wrapped into a discriminating union, but I like it better than other alternatives at least. The new code is untested.
This commit is contained in:
parent
b7dd8e4a78
commit
ee75958951
5 changed files with 274 additions and 26 deletions
|
@ -14,7 +14,7 @@ public:
|
|||
{
|
||||
AddComponent(new ::analyzer::Component("TCP", ::analyzer::tcp::TCP_Analyzer::Instantiate));
|
||||
AddComponent(new ::analyzer::Component("TCPStats", ::analyzer::tcp::TCPStats_Analyzer::Instantiate));
|
||||
AddComponent(new ::analyzer::Component("ContentsLine", 0));
|
||||
AddComponent(new ::analyzer::Component("CONTENTLINE", 0));
|
||||
AddComponent(new ::analyzer::Component("Contents", 0));
|
||||
|
||||
plugin::Configuration config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue