pom-ng:proto:smtp
This is an old revision of the document!
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.1373965723.txt.gz · Last modified: (external edit)
