From 437808339e196c22479fecfc0482d5560d6928bb Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 7 Mar 2023 23:19:08 +0100 Subject: [PATCH] fix: [network-connection, network-socket] Packets count is better with an S --- objects/network-connection/definition.json | 4 ++-- objects/network-socket/definition.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",