Moving protocol-specific BiFs out of bro.bif.

I hope I found them all ...
This commit is contained in:
Robin Sommer 2013-04-19 15:25:18 -07:00
parent 5dc630f722
commit 3959e254e2
22 changed files with 657 additions and 639 deletions

View file

@ -7,4 +7,5 @@ BRO_PLUGIN_BEGIN(SSL)
BRO_PLUGIN_DESCRIPTION("SSL Analyzer");
BRO_PLUGIN_ANALYZER("SSL", ssl::SSL_Analyzer);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_BIF_FILE(functions);
BRO_PLUGIN_END