Skip to content

Commit 712ab7f

Browse files
committed
fix: [network-connection] Using the size-in-bytes attribute type for information expressed in bytes
1 parent 661c71e commit 712ab7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

objects/network-connection/definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dst-bytes-count": {
1414
"description": "Number of bytes sent from the source to the destination.",
1515
"disable_correlation": true,
16-
"misp-attribute": "counter",
16+
"misp-attribute": "size-in-bytes",
1717
"ui-priority": 0
1818
},
1919
"dst-packets-count": {
@@ -116,7 +116,7 @@
116116
"src-bytes-count": {
117117
"description": "Number of bytes sent from the destination to the source.",
118118
"disable_correlation": true,
119-
"misp-attribute": "counter",
119+
"misp-attribute": "size-in-bytes",
120120
"ui-priority": 0
121121
},
122122
"src-packets-count": {
@@ -147,5 +147,5 @@
147147
"community-id"
148148
],
149149
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
150-
"version": 6
150+
"version": 7
151151
}

0 commit comments

Comments
 (0)