mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Minor unified2 script documentation fix.
This commit is contained in:
parent
c671491149
commit
ab4508486e
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ module Unified2;
|
|||
export {
|
||||
redef enum Log::ID += { LOG };
|
||||
|
||||
## Directory to watch for Unified2 files.
|
||||
## File to watch for Unified2 files.
|
||||
const watch_file = "" &redef;
|
||||
|
||||
## File to watch for Unified2 records.
|
||||
## Directory to watch for Unified2 records.
|
||||
const watch_dir = "" &redef;
|
||||
|
||||
## The sid-msg.map file you would like to use for your alerts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue