From 63adfc6b1ea3505b08f75df2929b8620e8bde6e9 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Mon, 7 Apr 2025 09:25:08 -0700 Subject: [PATCH] userguide/pop3: minor typo and formatting fixing --- doc/userguide/output/eve/eve-json-format.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/userguide/output/eve/eve-json-format.rst b/doc/userguide/output/eve/eve-json-format.rst index f9acec8315..7f76c6972b 100644 --- a/doc/userguide/output/eve/eve-json-format.rst +++ b/doc/userguide/output/eve/eve-json-format.rst @@ -3106,14 +3106,16 @@ Event type: POP3 Fields ~~~~~~ -* "request" (optional): a request sent by the pop3 client - * "request.command" (string): a pop3 command, for example "USER" or "STAT", if unknown but valid `UnknownCommand` event will be set - * "request.args" (array of strings): pop3 command arguments, if incorrect number for command `IncorrectArgumentCount` event will be set -* "response" (optional): a response sent by the pop3 server - * "response.success" (boolean): whether the response is successful, ie. +OK - * "response.status" (string): the response status, one of "OK" or "ERR" - * "response.header" (string): the content of the first line of the reponse - * "response.data" (array of strings): the response data, which may contain multiple lines +- "request" (optional): a request sent by the pop3 client + * "request.command" (string): a pop3 command, for example "USER" or + "STAT", if unknown but valid `UnknownCommand` event will be set + * "request.args" (array of strings): pop3 command arguments, if + incorrect number for command `IncorrectArgumentCount` event will be set +- "response" (optional): a response sent by the pop3 server + * "response.success" (boolean): whether the response is successful, ie. +OK + * "response.status" (string): the response status, one of "OK" or "ERR" + * "response.header" (string): the content of the first line of the response + * "response.data" (array of strings): the response data, which may contain multiple lines Example of POP3 logging: