mirror of https://github.com/MISP/misp-objects
fix: [network-connection, network-socket] Packets count is better with an S
parent
1cab455a56
commit
437808339e
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue