Merge remote-tracking branch 'origin/topic/johanna/sslindentation'

* origin/topic/johanna/sslindentation:
  SSL main.zeek - fix indentation
This commit is contained in:
Johanna Amann 2025-02-06 17:00:40 +00:00
commit c402c28f7e

View file

@ -176,10 +176,10 @@ redef record connection += {
}; };
redef record Info += { redef record Info += {
# Adding a string "token" to this set will cause the SSL script # Adding a string "token" to this set will cause the SSL script
# to delay logging the record until either the token has been removed or # to delay logging the record until either the token has been removed or
# the record has been delayed. # the record has been delayed.
delay_tokens: set[string] &optional; delay_tokens: set[string] &optional;
}; };
const ssl_ports = { const ssl_ports = {