mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches
This commit is contained in:
parent
43821a8957
commit
cd06bf34c7
34 changed files with 3770 additions and 3623 deletions
|
@ -908,8 +908,7 @@ SetupResult setup(int argc, char** argv, Options* zopts)
|
|||
if ( reporter->Errors() > 0 && ! util::zeekenv("ZEEK_ALLOW_INIT_ERRORS") )
|
||||
reporter->FatalError("errors occurred while initializing");
|
||||
|
||||
broker_mgr->ZeekInitDone();
|
||||
reporter->ZeekInitDone();
|
||||
run_state::detail::zeek_init_done = true;
|
||||
analyzer_mgr->DumpDebug();
|
||||
packet_mgr->DumpDebug();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue