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

@ -1,5 +1,5 @@
install(DIRECTORY . DESTINATION ${BRO_MAN_INSTALL_PATH}/man8 FILES_MATCHING
install(DIRECTORY . DESTINATION ${ZEEK_MAN_INSTALL_PATH}/man8 FILES_MATCHING
PATTERN "*.8"
)

View file

@ -1,8 +1,8 @@
.TH BRO "8" "November 2014" "bro" "System Administration Utilities"
.TH ZEEK "8" "November 2014" "zeek" "System Administration Utilities"
.SH NAME
bro \- passive network traffic analyzer
zeek \- passive network traffic analyzer
.SH SYNOPSIS
.B bro
.B zeek
\/\fP [\fIoptions\fR] [\fIfile\fR ...]
.SH DESCRIPTION
Zeek is primarily a security monitor that inspects all traffic on a link in
@ -30,7 +30,7 @@ don't load scripts from the base/ directory
\fB\-d\fR,\ \-\-debug\-policy
activate policy file debugging
.TP
\fB\-e\fR,\ \-\-exec <bro code>
\fB\-e\fR,\ \-\-exec <zeek code>
augment loaded policies by given code
.TP
\fB\-f\fR,\ \-\-filter <filter>
@ -149,5 +149,5 @@ Output file for script execution statistics
.B BRO_DISABLE_BROXYGEN
Disable Zeekygen (Broxygen) documentation support
.SH AUTHOR
.B bro
.B zeek
was written by The Zeek Project <info@zeek.org>.