mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
43 lines
1.5 KiB
ReStructuredText
43 lines
1.5 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/smtp/entities-excerpt.bro
|
|
==========================================
|
|
.. bro:namespace:: SMTP
|
|
|
|
This script is for optionally adding a body excerpt to the SMTP
|
|
entities log.
|
|
|
|
:Namespace: SMTP
|
|
:Imports: :doc:`base/protocols/smtp/entities.bro </scripts/base/protocols/smtp/entities.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Runtime Options
|
|
###############
|
|
================================================================================ ===================================================================
|
|
:bro:id:`SMTP::default_entity_excerpt_len`: :bro:type:`count` :bro:attr:`&redef` This is the default value for how much of the entity body should be
|
|
included for all MIME entities.
|
|
================================================================================ ===================================================================
|
|
|
|
Redefinitions
|
|
#############
|
|
============================================ =
|
|
:bro:type:`SMTP::Entity`: :bro:type:`record`
|
|
============================================ =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Runtime Options
|
|
###############
|
|
.. bro:id:: SMTP::default_entity_excerpt_len
|
|
|
|
:Type: :bro:type:`count`
|
|
:Attributes: :bro:attr:`&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
|
|
:bro:see:`default_file_bof_buffer_size` will be used.
|
|
|
|
|