main.zeek.rst (zeek-3.2.2) | : | main.zeek.rst (zeek-3.2.4) | ||
---|---|---|---|---|
skipping to change at line 141 | skipping to change at line 141 | |||
tls: :zeek:type:`bool` :zeek:attr:`&log` :zeek:attr:`&default` = ``F`` :ze ek:attr:`&optional` | tls: :zeek:type:`bool` :zeek:attr:`&log` :zeek:attr:`&default` = ``F`` :ze ek:attr:`&optional` | |||
Indicates that the connection has switched to using TLS. | Indicates that the connection has switched to using TLS. | |||
process_received_from: :zeek:type:`bool` :zeek:attr:`&default` = ``T`` :ze ek:attr:`&optional` | process_received_from: :zeek:type:`bool` :zeek:attr:`&default` = ``T`` :ze ek:attr:`&optional` | |||
Indicates if the "Received: from" headers should still be | Indicates if the "Received: from" headers should still be | |||
processed. | processed. | |||
has_client_activity: :zeek:type:`bool` :zeek:attr:`&default` = ``F`` :zeek :attr:`&optional` | has_client_activity: :zeek:type:`bool` :zeek:attr:`&default` = ``F`` :zeek :attr:`&optional` | |||
Indicates if client activity has been seen, but not yet logged. | Indicates if client activity has been seen, but not yet logged. | |||
process_smtp_headers: :zeek:type:`bool` :zeek:attr:`&default` = ``T`` :zee | ||||
k:attr:`&optional` | ||||
Indicates if the SMTP headers should still be processed. | ||||
entity_count: :zeek:type:`count` :zeek:attr:`&default` = ``0`` :zeek:attr: | ||||
`&optional` | ||||
entity: :zeek:type:`SMTP::Entity` :zeek:attr:`&optional` | entity: :zeek:type:`SMTP::Entity` :zeek:attr:`&optional` | |||
(present if :doc:`/scripts/base/protocols/smtp/entities.zeek` is loaded ) | (present if :doc:`/scripts/base/protocols/smtp/entities.zeek` is loaded ) | |||
The current entity being seen. | The current entity being seen. | |||
fuids: :zeek:type:`vector` of :zeek:type:`string` :zeek:attr:`&log` :zeek: attr:`&default` = ``[]`` :zeek:attr:`&optional` | fuids: :zeek:type:`vector` of :zeek:type:`string` :zeek:attr:`&log` :zeek: attr:`&default` = ``[]`` :zeek:attr:`&optional` | |||
(present if :doc:`/scripts/base/protocols/smtp/files.zeek` is loaded) | (present if :doc:`/scripts/base/protocols/smtp/files.zeek` is loaded) | |||
An ordered vector of file unique IDs seen attached to | An ordered vector of file unique IDs seen attached to | |||
the message. | the message. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added |