Add some missing Bro script documentation

Also fixed a few reST formatting issues.
This commit is contained in:
Daniel Thayer 2016-05-05 16:35:31 -05:00
parent 28125e367e
commit 2d9127888f
13 changed files with 25 additions and 12 deletions

View file

@ -7,7 +7,8 @@ module Syslog;
export {
redef enum Log::ID += { LOG };
## The record type which contains the fields of the syslog log.
type Info: record {
## Timestamp when the syslog message was seen.
ts: time &log;