User Tools

Site Tools


Action disabled: register
pom-ng:proto:smtp

Protocol smtp

This module parses HTTP connections as defined in RFC 821, 1869 and others.

Events

Name Payload associated Description
smtp_cmdnoSMTP commands from the client.
smtp_replynoSMTP reply from the server.

smtp_cmd

This event is generated for each client command.

Field Type Description
namestringCommand name. For example “EHLO”.
argstringCommand arguments.

smtp_reply

This event is generated for each reply from the server to the client.

Field Type Description
codeuint16Reply code. For example 220.
textstring listList of each reply text line. Each line of a multiline reply will be in a different item.

Packet fields

None.

Parameters

None.

pom-ng/proto/smtp.txt · Last modified: 2020/05/26 21:59 by 127.0.0.1