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
84635f84
Commit
84635f84
authored
6 years ago
by
William Schaefer
Browse files
Options
Downloads
Patches
Plain Diff
4590 remove newly added use_details attr in favor of using tsk_description
parent
b750ad3b
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/src/org/sleuthkit/datamodel/BlackboardAttribute.java
+0
-3
0 additions, 3 deletions
...java/src/org/sleuthkit/datamodel/BlackboardAttribute.java
bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
+0
-1
0 additions, 1 deletion
bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
with
0 additions
and
4 deletions
bindings/java/src/org/sleuthkit/datamodel/BlackboardAttribute.java
+
0
−
3
View file @
84635f84
...
@@ -1312,9 +1312,6 @@ public enum ATTRIBUTE_TYPE {
...
@@ -1312,9 +1312,6 @@ public enum ATTRIBUTE_TYPE {
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
),
TSK_ICCID
(
130
,
"TSK_ICCID"
,
//NON-NLS
TSK_ICCID
(
130
,
"TSK_ICCID"
,
//NON-NLS
bundle
.
getString
(
"BlackboardAttribute.tskIccid.text"
),
bundle
.
getString
(
"BlackboardAttribute.tskIccid.text"
),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
),
TSK_DATA_SOURCE_USE_DETAILS
(
131
,
"TSK_DATA_SOURCE_USE_DETAILS"
,
//NON-NLS
bundle
.
getString
(
"BlackboardAttribute.tskDataSourceUseDetails.text"
),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
);
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE
.
STRING
);
private
final
int
typeID
;
private
final
int
typeID
;
...
...
This diff is collapsed.
Click to expand it.
bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
+
0
−
1
View file @
84635f84
...
@@ -170,7 +170,6 @@ BlackboardAttribute.tskMacAddress.text=MAC Address
...
@@ -170,7 +170,6 @@ BlackboardAttribute.tskMacAddress.text=MAC Address
BlackboardAttribute.tskImei.text
=
IMEI
BlackboardAttribute.tskImei.text
=
IMEI
BlackboardAttribute.tskImsi.text
=
IMSI
BlackboardAttribute.tskImsi.text
=
IMSI
BlackboardAttribute.tskIccid.text
=
ICCID
BlackboardAttribute.tskIccid.text
=
ICCID
BlackboardAttribute.tskDataSourceUseDetails.text
=
Use Details
AbstractFile.readLocal.exception.msg4.text
=
Error reading local file
\:
{0}
AbstractFile.readLocal.exception.msg4.text
=
Error reading local file
\:
{0}
AbstractFile.readLocal.exception.msg1.text
=
Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg1.text
=
Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg2.text
=
Error reading local file, it does not exist at local path
\:
{0}
AbstractFile.readLocal.exception.msg2.text
=
Error reading local file, it does not exist at local path
\:
{0}
...
...
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