From e09027915a216b900525a10d3ae72fa9fcf34490 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 30 Mar 2018 09:29:48 +0200 Subject: [PATCH] doc: fix json formatting in smb doc --- doc/userguide/output/eve/eve-json-format.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/userguide/output/eve/eve-json-format.rst b/doc/userguide/output/eve/eve-json-format.rst index d42b46e161..1e94dff1d7 100644 --- a/doc/userguide/output/eve/eve-json-format.rst +++ b/doc/userguide/output/eve/eve-json-format.rst @@ -482,7 +482,7 @@ SMB Fields Examples of SMB logging: -.. code-block:: json +:: "smb": { "id": 1, @@ -503,7 +503,7 @@ Examples of SMB logging: "fuid": "0000004d-0000-0000-0005-0000ffffffff" } -.. code-block:: json +:: "smb": { "id": 15, @@ -515,7 +515,7 @@ Examples of SMB logging: "tree_id": 1, } -.. code-block:: json +:: "smb": { "id": 3, @@ -545,7 +545,7 @@ DCERPC fields * "interfaces.ack_reason" (integer): ack reason -.. code-block:: json +:: "smb": { "id": 4, @@ -573,8 +573,7 @@ DCERPC fields } } - -.. code-block:: json +:: "smb": { "id": 53, -- 2.47.2