mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
low-level tidying / documentation tweaks
This commit is contained in:
parent
6454f59369
commit
66fb3e0f56
3 changed files with 6 additions and 5 deletions
|
@ -111,8 +111,8 @@ export {
|
|||
## record as it is sent on to the logging framework.
|
||||
global log_ssl: event(rec: Info);
|
||||
|
||||
# Hook that can be used to perform actions right before the log record
|
||||
# is written.
|
||||
## Hook that can be used to perform actions right before the log record
|
||||
## is written.
|
||||
global ssl_finishing: hook(c: connection);
|
||||
|
||||
## SSL finalization hook. Remaining SSL info may get logged when it's called.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue