mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
35 lines
880 B
ReStructuredText
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
|
|
|
|
|