mirror of https://github.com/MISP/misp-objects
fix: [network-connection] Using the `size-in-bytes` attribute type for information expressed in bytes
parent
661c71e35e
commit
712ab7f10a
|
@ -13,7 +13,7 @@
|
||||||
"dst-bytes-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": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"dst-packets-count": {
|
"dst-packets-count": {
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
"src-bytes-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": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"src-packets-count": {
|
"src-packets-count": {
|
||||||
|
@ -147,5 +147,5 @@
|
||||||
"community-id"
|
"community-id"
|
||||||
],
|
],
|
||||||
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
||||||
"version": 6
|
"version": 7
|
||||||
}
|
}
|
Loading…
Reference in New Issue