mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Moving protocol-specific BiFs out of bro.bif.
I hope I found them all ...
This commit is contained in:
parent
5dc630f722
commit
3959e254e2
22 changed files with 657 additions and 639 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue