]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide/pop3: minor typo and formatting fixing
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 7 Apr 2025 16:25:08 +0000 (09:25 -0700)
committerJason Ish <jason.ish@oisf.net>
Mon, 7 Apr 2025 21:25:04 +0000 (15:25 -0600)
doc/userguide/output/eve/eve-json-format.rst

index f9acec83152c99963ef53d60b0f0287a4aaf8cd2..7f76c6972bc18fa6f675d26d9f7b7368b60588e5 100644 (file)
@@ -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: