base/protocols/smtp/files.zeek

SMTP
Namespace

SMTP

Imports

base/frameworks/files, base/protocols/smtp/entities.zeek, base/protocols/smtp/main.zeek, base/utils/conn-ids.zeek

Summary

Redefinitions

SMTP::Info: record

New Fields

SMTP::Info

fuids: vector of string &log &default = [] &optional

An ordered vector of file unique IDs seen attached to the message.

Functions

SMTP::describe_file: function

Default file describer for SMTP.

SMTP::get_file_handle: function

Default file handle provider for SMTP.

Detailed Interface

Functions

SMTP::describe_file
Type

function (f: fa_file) : string

Default file describer for SMTP.

SMTP::get_file_handle
Type

function (c: connection, is_orig: bool) : string

Default file handle provider for SMTP.