mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fixing tests after intel merge.
This commit is contained in:
parent
a40b00d4ab
commit
edf6750e3d
4 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
@load base/frameworks/intel
|
@load base/frameworks/intel
|
||||||
|
@load base/protocols/http/utils
|
||||||
@load ./where-locations
|
@load ./where-locations
|
||||||
|
|
||||||
event http_message_done(c: connection, is_orig: bool, stat: http_message_stat)
|
event http_message_done(c: connection, is_orig: bool, stat: http_message_stat)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
@load base/frameworks/intel
|
@load base/frameworks/intel
|
||||||
|
@load base/protocols/smtp
|
||||||
@load ./where-locations
|
@load ./where-locations
|
||||||
|
|
||||||
event mime_end_entity(c: connection)
|
event mime_end_entity(c: connection)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
@load base/frameworks/intel
|
@load base/frameworks/intel
|
||||||
|
@load base/protocols/ssl
|
||||||
@load ./where-locations
|
@load ./where-locations
|
||||||
|
|
||||||
event x509_certificate(c: connection, is_orig: bool, cert: X509, chain_idx: count, chain_len: count, der_cert: string)
|
event x509_certificate(c: connection, is_orig: bool, cert: X509, chain_idx: count, chain_len: count, der_cert: string)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
@load base/frameworks/intel
|
||||||
|
|
||||||
module Intel;
|
module Intel;
|
||||||
|
|
||||||
## These are some fields to add extended compatibility between Bro and the Collective
|
## These are some fields to add extended compatibility between Bro and the Collective
|
||||||
|
@ -10,4 +12,4 @@ redef record Intel::MetaData += {
|
||||||
cif_severity: string &optional;
|
cif_severity: string &optional;
|
||||||
## Maps to the Confidence field in the Collective Intelligence Framework.
|
## Maps to the Confidence field in the Collective Intelligence Framework.
|
||||||
cif_confidence: double &optional;
|
cif_confidence: double &optional;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue