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
ff2299b8
Commit
ff2299b8
authored
4 years ago
by
Mark McKinnon
Browse files
Options
Downloads
Patches
Plain Diff
Remove TSK_IP_DHCP artifact
Remove TSK_IP_DHCP artifact and update artifact catalog
parent
cc67730c
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
+0
-9
0 additions, 9 deletions
bindings/java/doxygen/artifact_catalog.dox
bindings/java/src/org/sleuthkit/datamodel/BlackboardArtifact.java
+0
-5
0 additions, 5 deletions
.../java/src/org/sleuthkit/datamodel/BlackboardArtifact.java
with
0 additions
and
14 deletions
bindings/java/doxygen/artifact_catalog.dox
+
0
−
9
View file @
ff2299b8
...
@@ -415,15 +415,6 @@ Indication that the source file matches some set of criteria (possibly user defi
...
@@ -415,15 +415,6 @@ Indication that the source file matches some set of criteria (possibly user defi
---
## TSK_IP_DHCP
DHCP information that is stored.
### REQUIRED ATTRIBUTES
- TSK_NAME (Description of Information)
- TSK_VALUE (Value of Information)
---
---
## TSK_KEYWORD_HIT
## TSK_KEYWORD_HIT
Indication that the source artifact or file contains a keyword. Keywords are grouped into named sets.
Indication that the source artifact or file contains a keyword. Keywords are grouped into named sets.
...
...
This diff is collapsed.
Click to expand it.
bindings/java/src/org/sleuthkit/datamodel/BlackboardArtifact.java
+
0
−
5
View file @
ff2299b8
...
@@ -1267,11 +1267,6 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
...
@@ -1267,11 +1267,6 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
*/
*/
TSK_SCREEN_SHOTS
(
60
,
"TSK_SCREEN_SHOTS"
,
TSK_SCREEN_SHOTS
(
60
,
"TSK_SCREEN_SHOTS"
,
bundle
.
getString
(
"BlackboardArtifact.tskScreenShots.text"
)),
bundle
.
getString
(
"BlackboardArtifact.tskScreenShots.text"
)),
/**
* DHCP Information that is store for a device.
*/
TSK_IP_DHCP
(
61
,
"TSK_IP_DHCP"
,
bundle
.
getString
(
"BlackboardArtifact.tskDhcpInfo.text"
)),
/**
/**
* Notifications Sent to User.
* Notifications Sent to User.
*/
*/
...
...
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