mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
A new event bro_script_loaded() raised for each policy script loaded.
Also removing the -l command-line option as that can now be done at the script-level. A couple tests fail now that use -l. Leaving that until we have script-level replacement.
This commit is contained in:
parent
df1b2f922b
commit
97b5f812c7
7 changed files with 46 additions and 50 deletions
|
@ -71,6 +71,7 @@ double current_timestamp = 0.0;
|
|||
PktSrc* current_pktsrc = 0;
|
||||
IOSource* current_iosrc;
|
||||
|
||||
std::list<ScannedFile> files_scanned;
|
||||
|
||||
RETSIGTYPE watchdog(int /* signo */)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue