Additional Bro to Zeek renaming

Most of these changes are either cmake-related or plugin-related.
Added a new test "plugins/legacy.zeek" to test that legacy Bro plugins
still work.

Also added a symlink bro-path-dev.in because some legacy Bro packages
won't install without it.
This commit is contained in:
Daniel Thayer 2019-05-19 16:51:36 -05:00
parent 9d07e4f0b8
commit fe3d508796
42 changed files with 344 additions and 131 deletions

View file

@ -961,7 +961,7 @@ const std::string& bro_path()
const char* path = getenv("BROPATH");
if ( ! path )
path = DEFAULT_BROPATH;
path = DEFAULT_ZEEKPATH;
bro_path_value = path;
}