From 1da4760dcc99502a2dd5da02cba212b42068fcb8 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 7 Mar 2023 23:26:51 +0100 Subject: [PATCH] fix: [network-connection, network-socket] Bytes count if also 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 0e1ae44..75a6567 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -10,7 +10,7 @@ "misp-attribute": "counter", "ui-priority": 1 }, - "dst-byte-count": { + "dst-bytes-count": { "description": "Number of bytes sent from the source to the destination.", "disable_correlation": true, "misp-attribute": "counter", @@ -113,7 +113,7 @@ "misp-attribute": "mac-address", "ui-priority": 1 }, - "src-byte-count": { + "src-bytes-count": { "description": "Number of bytes 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 e47536e..57056ac 100644 --- a/objects/network-socket/definition.json +++ b/objects/network-socket/definition.json @@ -106,7 +106,7 @@ ], "ui-priority": 1 }, - "dst-byte-count": { + "dst-bytes-count": { "description": "Number of bytes sent from the source to the destination.", "disable_correlation": true, "misp-attribute": "counter", @@ -202,7 +202,7 @@ ], "ui-priority": 1 }, - "src-byte-count": { + "src-bytes-count": { "description": "Number of bytes sent from the destination to the source.", "disable_correlation": true, "misp-attribute": "counter",