mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/script-reference' of git://git.bro-ids.org/bro into topic/script-reference
This commit is contained in:
commit
aa69fd53fb
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue