mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
bro scripts generated from bifs now install to $prefix/share/bro/base/
Addresses #545
This commit is contained in:
parent
ac257c7a6d
commit
7b07a19cd6
3 changed files with 15 additions and 8 deletions
|
@ -149,7 +149,7 @@ export {
|
|||
# We keep a script-level copy of all filters so that we can manipulate them.
|
||||
global filters: table[ID, string] of Filter;
|
||||
|
||||
@load logging.bif.bro # Needs Filter and Stream defined.
|
||||
@load base/logging.bif # Needs Filter and Stream defined.
|
||||
|
||||
module Log;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue