Skip to content

Commit

Permalink
fix: [network-connection, network-socket] Bytes count if also better …
Browse files Browse the repository at this point in the history
…with an S
  • Loading branch information
chrisr3d committed Mar 7, 2023
1 parent 4378083 commit 1da4760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions objects/network-connection/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"misp-attribute": "counter",
"ui-priority": 1
},
"dst-byte-count": {
"dst-bytes-count": {
"description": "Number of bytes sent from the source to the destination.",
"disable_correlation": true,
"misp-attribute": "counter",
Expand Down Expand Up @@ -113,7 +113,7 @@
"misp-attribute": "mac-address",
"ui-priority": 1
},
"src-byte-count": {
"src-bytes-count": {
"description": "Number of bytes sent from the destination to the source.",
"disable_correlation": true,
"misp-attribute": "counter",
Expand Down
4 changes: 2 additions & 2 deletions objects/network-socket/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
],
"ui-priority": 1
},
"dst-byte-count": {
"dst-bytes-count": {
"description": "Number of bytes sent from the source to the destination.",
"disable_correlation": true,
"misp-attribute": "counter",
Expand Down Expand Up @@ -202,7 +202,7 @@
],
"ui-priority": 1
},
"src-byte-count": {
"src-bytes-count": {
"description": "Number of bytes sent from the destination to the source.",
"disable_correlation": true,
"misp-attribute": "counter",
Expand Down

0 comments on commit 1da4760

Please sign in to comment.