doc: fix json formatting in smb doc

pull/3325/head
Victor Julien 7 years ago
parent 10a360280f
commit e09027915a

@ -482,7 +482,7 @@ SMB Fields
Examples of SMB logging: Examples of SMB logging:
.. code-block:: json ::
"smb": { "smb": {
"id": 1, "id": 1,
@ -503,7 +503,7 @@ Examples of SMB logging:
"fuid": "0000004d-0000-0000-0005-0000ffffffff" "fuid": "0000004d-0000-0000-0005-0000ffffffff"
} }
.. code-block:: json ::
"smb": { "smb": {
"id": 15, "id": 15,
@ -515,7 +515,7 @@ Examples of SMB logging:
"tree_id": 1, "tree_id": 1,
} }
.. code-block:: json ::
"smb": { "smb": {
"id": 3, "id": 3,
@ -545,7 +545,7 @@ DCERPC fields
* "interfaces.ack_reason" (integer): ack reason * "interfaces.ack_reason" (integer): ack reason
.. code-block:: json ::
"smb": { "smb": {
"id": 4, "id": 4,
@ -573,8 +573,7 @@ DCERPC fields
} }
} }
::
.. code-block:: json
"smb": { "smb": {
"id": 53, "id": 53,

Loading…
Cancel
Save