From 1edfe83839ceb3e2925350ba68dbfd4366799a73 Mon Sep 17 00:00:00 2001 From: Paul Agbabian Date: Tue, 9 Jan 2024 13:33:41 -0800 Subject: [PATCH] Changed the type of type_uid from integer to long. Signed-off-by: Paul Agbabian --- dictionary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionary.json b/dictionary.json index 06f942904..eb99c9d03 100644 --- a/dictionary.json +++ b/dictionary.json @@ -3466,7 +3466,7 @@ "caption": "Type ID", "description": "The event/finding type ID. It identifies the event's semantics and structure. The value is calculated by the logging system as: class_uid * 100 + activity_id.", "sibling": "type_name", - "type": "integer_t" + "type": "long_t" }, "types": { "caption": "Types",