mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Add tls flag to smtp.log. Will be set if a connection switched to startls.
This commit is contained in:
parent
388b8f92ec
commit
10cc44b37f
6 changed files with 136 additions and 137 deletions
|
@ -51,8 +51,7 @@ export {
|
|||
user_agent: string &log &optional;
|
||||
|
||||
## Indicates that the connection has switched to using TLS
|
||||
tls: bool &default=F;
|
||||
|
||||
tls: bool &log &default=F;
|
||||
## Indicates if the "Received: from" headers should still be
|
||||
## processed.
|
||||
process_received_from: bool &default=T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue