mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Cleanup and more API docs.
This commit is contained in:
parent
4ccd6d76fd
commit
e3a7e0301b
18 changed files with 349 additions and 92 deletions
|
@ -826,15 +826,14 @@ int main(int argc, char** argv)
|
|||
persistence_serializer = new PersistenceSerializer();
|
||||
remote_serializer = new RemoteSerializer();
|
||||
event_registry = new EventRegistry();
|
||||
|
||||
analyzer_mgr = new analyzer::Manager();
|
||||
log_mgr = new logging::Manager();
|
||||
input_mgr = new input::Manager();
|
||||
plugin_mgr = new plugin::Manager();
|
||||
file_mgr = new file_analysis::Manager();
|
||||
|
||||
plugin_mgr->InitPlugins();
|
||||
analyzer_mgr->Init();
|
||||
plugin_mgr->InitPreScript();
|
||||
analyzer_mgr->InitPreScript();
|
||||
|
||||
if ( events_file )
|
||||
event_player = new EventPlayer(events_file);
|
||||
|
@ -854,8 +853,8 @@ int main(int argc, char** argv)
|
|||
|
||||
yyparse();
|
||||
|
||||
analyzer_mgr->InitBifs();
|
||||
plugin_mgr->InitPluginsBif();
|
||||
analyzer_mgr->InitPostScript();
|
||||
plugin_mgr->InitPostScript();
|
||||
|
||||
if ( print_plugins )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue