Fix some of the coverage unit tests.

This commit is contained in:
Jon Siwek 2011-10-03 16:57:29 -05:00
parent 549661bd11
commit 870bdf796d
3 changed files with 3 additions and 0 deletions

View file

@ -125,6 +125,7 @@ rest_target(${psd} policy/protocols/ssh/detect-bruteforcing.bro)
rest_target(${psd} policy/protocols/ssh/geo-data.bro)
rest_target(${psd} policy/protocols/ssh/interesting-hostnames.bro)
rest_target(${psd} policy/protocols/ssh/software.bro)
rest_target(${psd} policy/protocols/ssl/cert-hash.bro)
rest_target(${psd} policy/protocols/ssl/expiring-certs.bro)
rest_target(${psd} policy/protocols/ssl/extract-certs-pem.bro)
rest_target(${psd} policy/protocols/ssl/known-certs.bro)

View file

@ -15,6 +15,7 @@
@load base/protocols/ssl
@load base/utils/directions-and-hosts
@load protocols/ssl/cert-hash
module SSL;

View file

@ -50,6 +50,7 @@
@load protocols/ssh/geo-data.bro
@load protocols/ssh/interesting-hostnames.bro
@load protocols/ssh/software.bro
@load protocols/ssl/cert-hash.bro
@load protocols/ssl/expiring-certs.bro
@load protocols/ssl/extract-certs-pem.bro
@load protocols/ssl/known-certs.bro