mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Small logic fix for main ssl script.
Thank you, Jon
This commit is contained in:
parent
5d9fb1631c
commit
c741ea7c50
1 changed files with 2 additions and 0 deletions
|
@ -136,8 +136,10 @@ function finish(c: connection, remove_analyzer: bool)
|
|||
{
|
||||
log_record(c$ssl);
|
||||
if ( remove_analyzer && disable_analyzer_after_detection && c?$ssl && c$ssl?$analyzer_id )
|
||||
{
|
||||
disable_analyzer(c$id, c$ssl$analyzer_id);
|
||||
delete c$ssl$analyzer_id;
|
||||
}
|
||||
}
|
||||
|
||||
event ssl_client_hello(c: connection, version: count, possible_ts: time, client_random: string, session_id: string, ciphers: index_vec) &priority=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue