fix: [network-connection] Using the `size-in-bytes` attribute type for information expressed in bytes

pull/425/head
Christian Studer 2024-04-11 09:42:06 +02:00
parent 661c71e35e
commit 712ab7f10a
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 3 additions and 3 deletions

View File

@ -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": {
@ -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": {
@ -147,5 +147,5 @@
"community-id"
],
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
"version": 6
"version": 7
}