Fix some Info:Record field documentation.

This commit is contained in:
Vlad Grigorescu 2012-07-13 14:04:24 -04:00
parent 5d13e4f949
commit f43576cff3
11 changed files with 67 additions and 34 deletions

View file

@ -9,9 +9,11 @@ export {
redef enum Log::ID += { LOG };
type Info: record {
## Timestamp of when the syslog message was seen.
## Timestamp when the syslog message was seen.
ts: time &log;
## Unique ID for the connection.
uid: string &log;
## The connection's 4-tuple of endpoint addresses/ports.
id: conn_id &log;
## Protocol over which the message was seen.
proto: transport_proto &log;