diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 8f7e474..0e1ae44 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -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", diff --git a/objects/network-socket/definition.json b/objects/network-socket/definition.json index ab9c97f..e47536e 100644 --- a/objects/network-socket/definition.json +++ b/objects/network-socket/definition.json @@ -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",