mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
parent
9d07e4f0b8
commit
fe3d508796
42 changed files with 344 additions and 131 deletions
|
@ -161,7 +161,7 @@ void usage(int code = 1)
|
|||
fprintf(stderr, " -a|--parse-only | exit immediately after parsing scripts\n");
|
||||
fprintf(stderr, " -b|--bare-mode | don't load scripts from the base/ directory\n");
|
||||
fprintf(stderr, " -d|--debug-policy | activate policy file debugging\n");
|
||||
fprintf(stderr, " -e|--exec <bro code> | augment loaded policies by given code\n");
|
||||
fprintf(stderr, " -e|--exec <zeek code> | augment loaded policies by given code\n");
|
||||
fprintf(stderr, " -f|--filter <filter> | tcpdump filter\n");
|
||||
fprintf(stderr, " -h|--help | command line help\n");
|
||||
fprintf(stderr, " -i|--iface <interface> | read from given interface\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue