Skip to content
Snippets Groups Projects
Commit ff2299b8 authored by Mark McKinnon's avatar Mark McKinnon
Browse files

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
...@@ -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.
......
...@@ -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.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment