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,6 @@
@load base/frameworks/intel
module Intel;
## 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;
## Maps to the Confidence field in the Collective Intelligence Framework.
cif_confidence: double &optional;
};
};