pom-ng:proto:smtp
Table of Contents
Protocol smtp
Events
Name | Payload associated | Description |
---|---|---|
smtp_cmd | no | SMTP commands from the client. |
smtp_reply | no | SMTP reply from the server. |
smtp_cmd
This event is generated for each client command.
Field | Type | Description |
---|---|---|
name | string | Command name. For example “EHLO”. |
arg | string | Command arguments. |
smtp_reply
This event is generated for each reply from the server to the client.
Field | Type | Description |
---|---|---|
code | uint16 | Reply code. For example 220. |
text | string list | List 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