mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Merge remote-tracking branch 'origin/topic/johanna/sslindentation'
* origin/topic/johanna/sslindentation: SSL main.zeek - fix indentation
This commit is contained in:
commit
c402c28f7e
1 changed files with 4 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue