User Tools

Site Tools


pom-ng:proto:smtp

This is an old revision of the document!


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.

http_response

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.1373965694.txt.gz · Last modified: 2020/05/26 21:59 (external edit)