Merge branch 'topic/script-reference' of git://git.bro-ids.org/bro into topic/script-reference

This commit is contained in:
Jon Siwek 2012-01-09 15:49:19 -06:00
commit aa69fd53fb
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
##! Base SSL analysis script.
@load ./consts
module SSL;
@ -6,6 +8,7 @@ export {
redef enum Log::ID += { LOG };
type Info: record {
## Time when the SSL connection began.
ts: time &log;
uid: string &log;
id: conn_id &log;

View file

@ -8,6 +8,7 @@ export {
redef enum Log::ID += { LOG };
type Info: record {
## Timestamp of when the syslog message was seen.
ts: time &log;
uid: string &log;
id: conn_id &log;