SMTP
This script is for optionally adding a body excerpt to the SMTP entities log.
Namespace: | SMTP |
---|---|
Imports: | base/protocols/smtp/entities.bro |
Source File: | /scripts/policy/protocols/smtp/entities-excerpt.bro |
SMTP::default_entity_excerpt_len : count &redef |
This is the default value for how much of the entity body should be included for all MIME entities. |
SMTP::Entity : record |
SMTP::default_entity_excerpt_len
Type: | count |
---|---|
Attributes: | &redef |
Default: | 0 |
This is the default value for how much of the entity body should be
included for all MIME entities. The lesser of this value and
default_file_bof_buffer_size
will be used.