From 08fc58e2fd6be25aac74a3b4e4a224c3f2e61a40 Mon Sep 17 00:00:00 2001 From: Mark McKinnon <mark.mckinnon@davenport.edu> Date: Thu, 2 Apr 2020 11:15:09 -0400 Subject: [PATCH] Update artifact_catalog.dox add space to TSK_VALUE line and added TSK_COMMENT as an optional attribute to the TSK_RECENT_OBJECT artifact. --- bindings/java/doxygen/artifact_catalog.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox index b208a111f..051bc14ed 100644 --- a/bindings/java/doxygen/artifact_catalog.dox +++ b/bindings/java/doxygen/artifact_catalog.dox @@ -529,7 +529,8 @@ Indicates recently accessed content. Examples: Recent Documents or Recent Downlo - TSK_PROG_NAME (Application or application extractor that stored this object as recent) - TSK_DATETIME (A timestamp associated with the content, in seconds since 1970-01-01T00:00:00Z. Ex: creation time) - TSK_NAME (If found in the registry, the name of the attribute) -- TSK_VALUE(If found in the registry, the value of the attribute) +- TSK_VALUE (If found in the registry, the value of the attribute) +- TSK_COMMENT (What the source of the attribute may be) -- GitLab