Fixing tests after intel merge.

This commit is contained in:
Robin Sommer 2012-11-05 16:25:59 -08:00
parent a40b00d4ab
commit edf6750e3d
4 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
@load base/frameworks/intel
@load base/protocols/http/utils
@load ./where-locations
event http_message_done(c: connection, is_orig: bool, stat: http_message_stat)

View file

@ -1,4 +1,5 @@
@load base/frameworks/intel
@load base/protocols/smtp
@load ./where-locations
event mime_end_entity(c: connection)

View file

@ -1,4 +1,5 @@
@load base/frameworks/intel
@load base/protocols/ssl
@load ./where-locations
event x509_certificate(c: connection, is_orig: bool, cert: X509, chain_idx: count, chain_len: count, der_cert: string)

View file

@ -1,4 +1,6 @@
@load base/frameworks/intel
module Intel;
## These are some fields to add extended compatibility between Bro and the Collective