a few more small script-level fixes

Sorry, forgot to commit these.
This commit is contained in:
Johanna Amann 2015-03-18 13:25:06 -07:00
parent e180403e76
commit 443106dbdb
2 changed files with 6 additions and 2 deletions

View file

@ -85,6 +85,10 @@ event bro_init() &priority=5
Files::register_protocol(Analyzer::ANALYZER_SSL,
[$get_file_handle = SSL::get_file_handle,
$describe = SSL::describe_file]);
Files::register_protocol(Analyzer::ANALYZER_DTLS,
[$get_file_handle = SSL::get_file_handle,
$describe = SSL::describe_file]);
}
event file_over_new_connection(f: fa_file, c: connection, is_orig: bool) &priority=5