Skip to content

Commit

Permalink
fix: [network-connection] Using the size-in-bytes attribute type fo…
Browse files Browse the repository at this point in the history
…r information expressed in bytes
  • Loading branch information
chrisr3d committed Apr 11, 2024
1 parent 661c71e commit 712ab7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions objects/network-connection/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dst-bytes-count": {
"description": "Number of bytes sent from the source to the destination.",
"disable_correlation": true,
"misp-attribute": "counter",
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"dst-packets-count": {
Expand Down Expand Up @@ -116,7 +116,7 @@
"src-bytes-count": {
"description": "Number of bytes sent from the destination to the source.",
"disable_correlation": true,
"misp-attribute": "counter",
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"src-packets-count": {
Expand Down Expand Up @@ -147,5 +147,5 @@
"community-id"
],
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
"version": 6
"version": 7
}

0 comments on commit 712ab7f

Please sign in to comment.