mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Improve man page for Bro
This commit is contained in:
parent
e4c9c58b9e
commit
0a7d96dec3
1 changed files with 18 additions and 14 deletions
32
man/bro.8
32
man/bro.8
|
@ -3,7 +3,7 @@
|
||||||
bro \- passive network traffic analyzer
|
bro \- passive network traffic analyzer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bro
|
.B bro
|
||||||
\/\fP [options] [file ...]
|
\/\fP [\fIoptions\fR] [\fIfile\fR ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bro is primarily a security monitor that inspects all traffic on a link in
|
Bro is primarily a security monitor that inspects all traffic on a link in
|
||||||
depth for signs of suspicious activity. More generally, however, Bro
|
depth for signs of suspicious activity. More generally, however, Bro
|
||||||
|
@ -102,6 +102,9 @@ optimize policy script
|
||||||
\fB\-P\fR,\ \-\-prime\-dns
|
\fB\-P\fR,\ \-\-prime\-dns
|
||||||
prime DNS
|
prime DNS
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-Q\fR,\ \-\-time
|
||||||
|
print execution time summary to stderr
|
||||||
|
.TP
|
||||||
\fB\-R\fR,\ \-\-replay <events.bst>
|
\fB\-R\fR,\ \-\-replay <events.bst>
|
||||||
replay events
|
replay events
|
||||||
.TP
|
.TP
|
||||||
|
@ -128,33 +131,34 @@ load seeds from given file
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-save\-seeds\fR <file>
|
\fB\-\-save\-seeds\fR <file>
|
||||||
save seeds to given file
|
save seeds to given file
|
||||||
.SH ENVIRONMENTS
|
.SH ENVIRONMENT
|
||||||
.TP
|
.TP
|
||||||
.B BROPATH
|
.B BROPATH
|
||||||
file search path (.:/usr/share/bro:/usr/share/bro/policy:/usr/share/bro/site)
|
file search path
|
||||||
|
.TP
|
||||||
|
.B BRO_PLUGIN_PATH
|
||||||
|
plugin search path
|
||||||
|
.TP
|
||||||
|
.B BRO_PLUGIN_ACTIVATE
|
||||||
|
plugins to always activate
|
||||||
.TP
|
.TP
|
||||||
.B BRO_PREFIXES
|
.B BRO_PREFIXES
|
||||||
prefix list ()
|
prefix list
|
||||||
.TP
|
.TP
|
||||||
.B BRO_DNS_FAKE
|
.B BRO_DNS_FAKE
|
||||||
disable DNS lookups (off)
|
disable DNS lookups
|
||||||
.TP
|
.TP
|
||||||
.B BRO_SEED_FILE
|
.B BRO_SEED_FILE
|
||||||
file to load seeds from (not set)
|
file to load seeds from
|
||||||
.TP
|
.TP
|
||||||
.B BRO_LOG_SUFFIX
|
.B BRO_LOG_SUFFIX
|
||||||
ASCII log file extension (.log)
|
ASCII log file extension
|
||||||
.TP
|
.TP
|
||||||
.B BRO_PROFILER_FILE
|
.B BRO_PROFILER_FILE
|
||||||
Output file for script execution statistics (not set)
|
Output file for script execution statistics
|
||||||
.TP
|
.TP
|
||||||
.B BRO_DISABLE_BROXYGEN
|
.B BRO_DISABLE_BROXYGEN
|
||||||
Disable Broxygen documentation support (not set)
|
Disable Broxygen documentation support
|
||||||
.IP
|
|
||||||
Supported log formats: Ascii,SQLite
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.B bro
|
.B bro
|
||||||
was written by The Bro Project <info@bro.org>.
|
was written by The Bro Project <info@bro.org>.
|
||||||
.PP
|
|
||||||
This manual page was written by Raúl Benencia <rul@kalgan.cc>
|
|
||||||
for the Debian project (but may be used by others).
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue