fix: [network-connection, network-socket] Packets count is better with an S

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

View File

@ -16,7 +16,7 @@
"misp-attribute": "counter",
"ui-priority": 0
},
"dst-packet-count": {
"dst-packets-count": {
"description": "Number of packets sent from the source to the destination.",
"disable_correlation": true,
"misp-attribute": "counter",
@ -119,7 +119,7 @@
"misp-attribute": "counter",
"ui-priority": 0
},
"src-packet-count": {
"src-packets-count": {
"description": "Number of packets sent from the destination to the source.",
"disable_correlation": true,
"misp-attribute": "counter",

View File

@ -112,7 +112,7 @@
"misp-attribute": "counter",
"ui-priority": 0
},
"dst-packet-count": {
"dst-packets-count": {
"description": "Number of packets sent from the source to the destination.",
"disable_correlation": true,
"misp-attribute": "counter",
@ -208,7 +208,7 @@
"misp-attribute": "counter",
"ui-priority": 0
},
"src-packet-count": {
"src-packets-count": {
"description": "Number of packets sent from the destination to the source.",
"disable_correlation": true,
"misp-attribute": "counter",