Skip to content
Snippets Groups Projects
Commit b9a5f793 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

new attribute

parent 73fba02b
No related branches found
No related tags found
No related merge requests found
...@@ -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)
--- ---
......
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment