Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
48240bef
Commit
48240bef
authored
4 years ago
by
Kelly Kelly
Browse files
Options
Downloads
Patches
Plain Diff
Change the TSK_RECENT_OBJECT time attribute
parent
1f58a60f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bindings/java/doxygen/artifact_catalog.dox
+1
-2
1 addition, 2 deletions
bindings/java/doxygen/artifact_catalog.dox
bindings/java/src/org/sleuthkit/datamodel/TimelineEventType.java
+1
-1
1 addition, 1 deletion
...s/java/src/org/sleuthkit/datamodel/TimelineEventType.java
with
2 additions
and
3 deletions
bindings/java/doxygen/artifact_catalog.dox
+
1
−
2
View file @
48240bef
...
@@ -594,12 +594,11 @@ Indicates recently accessed content. Examples: Recent Documents or Recent Downlo
...
@@ -594,12 +594,11 @@ Indicates recently accessed content. Examples: Recent Documents or Recent Downlo
### REQUIRED ATTRIBUTES
### REQUIRED ATTRIBUTES
- TSK_PATH (Path to the recent object content in the data source)
- TSK_PATH (Path to the recent object content in the data source)
- TSK_DATETIME_ACCESSED (Timestamp that the content was last accessed at, in seconds since 1970-01-01T00:00:00Z)
### OPTIONAL ATTRIBUTES
### OPTIONAL ATTRIBUTES
- TSK_DATETIME_ACCESSED (Timestamp that the content was last accessed at, in seconds since 1970-01-01T00:00:00Z)
- TSK_PATH_ID (ID of the file instance in the data source)
- TSK_PATH_ID (ID of the file instance in the data source)
- TSK_PROG_NAME (Application or application extractor that stored this object as recent)
- 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_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)
- TSK_COMMENT (What the source of the attribute may be)
...
...
This diff is collapsed.
Click to expand it.
bindings/java/src/org/sleuthkit/datamodel/TimelineEventType.java
+
1
−
1
View file @
48240bef
...
@@ -392,7 +392,7 @@ public int compare(TimelineEventType o1, TimelineEventType o2) {
...
@@ -392,7 +392,7 @@ public int compare(TimelineEventType o1, TimelineEventType o2) {
getBundle
().
getString
(
"MiscTypes.recentDocuments.name"
),
// NON-NLS
getBundle
().
getString
(
"MiscTypes.recentDocuments.name"
),
// NON-NLS
MISC_TYPES
,
MISC_TYPES
,
new
BlackboardArtifact
.
Type
(
TSK_RECENT_OBJECT
),
new
BlackboardArtifact
.
Type
(
TSK_RECENT_OBJECT
),
new
Type
(
TSK_DATETIME
),
new
Type
(
TSK_DATETIME
_ACCESSED
),
new
Type
(
TSK_PATH
));
new
Type
(
TSK_PATH
));
TimelineEventType
INSTALLED_PROGRAM
=
new
TimelineEventArtifactTypeImpl
(
19
,
TimelineEventType
INSTALLED_PROGRAM
=
new
TimelineEventArtifactTypeImpl
(
19
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment