Merge remote-tracking branch 'origin/topic/dnthayer/bro-to-zeek'

* origin/topic/dnthayer/bro-to-zeek:
  Additional Bro to Zeek renaming
This commit is contained in:
Jon Siwek 2019-05-20 20:56:46 -07:00
commit 8d49b5abf0
52 changed files with 361 additions and 140 deletions

View file

@ -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");