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

@ -10,4 +10,5 @@ BRO_PLUGIN_BEGIN(TCP)
BRO_PLUGIN_SUPPORT_ANALYZER("ContentLine");
BRO_PLUGIN_SUPPORT_ANALYZER("Contents");
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_BIF_FILE(functions);
BRO_PLUGIN_END