mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
minor fixes for script optimization, exporting of attr_name, script layout tweak
This commit is contained in:
parent
c3762ba9d3
commit
a927d61e59
3 changed files with 30 additions and 4 deletions
|
@ -137,7 +137,7 @@ event ssl_extension_supported_versions(c: connection, is_client: bool, versions:
|
|||
c$ssl$server_supported_version = versions[0];
|
||||
}
|
||||
|
||||
event ssl_extension_psk_key_exchange_modes(c: connection, is_client: bool, modes: index_vec)
|
||||
event ssl_extension_psk_key_exchange_modes(c: connection, is_client: bool, modes: index_vec)
|
||||
{
|
||||
if ( ! c?$ssl || ! is_client )
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue