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

This commit is contained in:
Seth Hall 2012-01-10 00:25:54 -05:00
commit a8f9af3531
68 changed files with 1823 additions and 1388 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;