mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
rip out x509 code from ssl analyzer. Note that since at the moment
the file analyzer does not yet re-populate the info record that means quite a lot of information is simply not available.
This commit is contained in:
parent
df552ca87d
commit
2b87499fd9
7 changed files with 12 additions and 298 deletions
|
@ -7,5 +7,4 @@ BRO_PLUGIN_BEGIN(Bro, 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