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
b9a5f793
Commit
b9a5f793
authored
4 years ago
by
Greg DiCristofaro
Browse files
Options
Downloads
Patches
Plain Diff
new attribute
parent
73fba02b
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
+3
-3
3 additions, 3 deletions
bindings/java/doxygen/artifact_catalog.dox
bindings/java/src/org/sleuthkit/datamodel/BlackboardAttribute.java
+5
-2
5 additions, 2 deletions
...java/src/org/sleuthkit/datamodel/BlackboardAttribute.java
with
8 additions
and
5 deletions
bindings/java/doxygen/artifact_catalog.dox
+
3
−
3
View file @
b9a5f793
...
@@ -195,9 +195,9 @@ Details about a device data source.
...
@@ -195,9 +195,9 @@ Details about a device data source.
Details about the category of the domain.
Details about the category of the domain.
### REQUIRED ATTRIBUTES
### REQUIRED ATTRIBUTES
- TSK_NAME The category identifier
.
- TSK_NAME
(
The category identifier
)
- TSK_DOMAIN The domain of the category
.
- TSK_DOMAIN
(
The domain of the category
)
- TSK_REALM The full host of the category
.
- TSK_REALM
(
The full host of the category
)
---
---
...
...
This diff is collapsed.
Click to expand it.
bindings/java/src/org/sleuthkit/datamodel/BlackboardAttribute.java
+
5
−
2
View file @
b9a5f793
...
@@ -1423,8 +1423,11 @@ public enum ATTRIBUTE_TYPE {
...
@@ -1423,8 +1423,11 @@ public enum ATTRIBUTE_TYPE {
TSK_ACTIVITY_TYPE
(
151
,
"TSK_ACTIVITY_TYPE"
,
TSK_ACTIVITY_TYPE
(
151
,
"TSK_ACTIVITY_TYPE"
,
bundle
.
getString
(
"BlackboardAttribute.tskActivityType.text"
),
bundle
.
getString
(
"BlackboardAttribute.tskActivityType.text"
),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
)
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
),
TSK_REALM
(
152
,
"TSK_REALM"
,
bundle
.
getString
(
"BlackboardAttribute.tskActivityType.text"
),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
)
;
;
private
final
int
typeID
;
private
final
int
typeID
;
...
...
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