fix: [network-connection, network-socket] Bytes count if also better with an S

pull/387/head v2.4.169
Christian Studer 2023-03-07 23:26:51 +01:00
parent 437808339e
commit 1da4760dcc
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"misp-attribute": "counter", "misp-attribute": "counter",
"ui-priority": 1 "ui-priority": 1
}, },
"dst-byte-count": { "dst-bytes-count": {
"description": "Number of bytes sent from the source to the destination.", "description": "Number of bytes sent from the source to the destination.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "counter", "misp-attribute": "counter",
@ -113,7 +113,7 @@
"misp-attribute": "mac-address", "misp-attribute": "mac-address",
"ui-priority": 1 "ui-priority": 1
}, },
"src-byte-count": { "src-bytes-count": {
"description": "Number of bytes sent from the destination to the source.", "description": "Number of bytes sent from the destination to the source.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "counter", "misp-attribute": "counter",

View File

@ -106,7 +106,7 @@
], ],
"ui-priority": 1 "ui-priority": 1
}, },
"dst-byte-count": { "dst-bytes-count": {
"description": "Number of bytes sent from the source to the destination.", "description": "Number of bytes sent from the source to the destination.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "counter", "misp-attribute": "counter",
@ -202,7 +202,7 @@
], ],
"ui-priority": 1 "ui-priority": 1
}, },
"src-byte-count": { "src-bytes-count": {
"description": "Number of bytes sent from the destination to the source.", "description": "Number of bytes sent from the destination to the source.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "counter", "misp-attribute": "counter",