zeek/doc/scripts/base/bif/plugins/Zeek_SMTP.functions.bif.zeek.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

35 lines
880 B
ReStructuredText

:tocdepth: 3
base/bif/plugins/Zeek_SMTP.functions.bif.zeek
=============================================
.. zeek:namespace:: GLOBAL
:Namespace: GLOBAL
Summary
~~~~~~~
Functions
#########
================================================ =====================================================
:zeek:id:`skip_smtp_data`: :zeek:type:`function` Skips SMTP data until the next email in a connection.
================================================ =====================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~
Functions
#########
.. zeek:id:: skip_smtp_data
:source-code: base/bif/plugins/Zeek_SMTP.functions.bif.zeek 12 12
:Type: :zeek:type:`function` (c: :zeek:type:`connection`) : :zeek:type:`any`
Skips SMTP data until the next email in a connection.
:param c: The SMTP connection.
.. zeek:see:: skip_http_entity_data