Skip to content
Snippets Groups Projects
Commit 83edeb53 authored by Brian Carrier's avatar Brian Carrier
Browse files

merge

parents 7b24b809 3cc7d063
No related branches found
No related tags found
No related merge requests found
...@@ -1200,7 +1200,13 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem { ...@@ -1200,7 +1200,13 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
* Indicates web cache data * Indicates web cache data
*/ */
TSK_WEB_CACHE (52, "TSK_WEB_CACHE", //NON-NLS TSK_WEB_CACHE (52, "TSK_WEB_CACHE", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebCache.text")); bundle.getString("BlackboardArtifact.tskWebCache.text")),
/**
* Indicates clipboard content
*/
TSK_CLIPBOARD_CONTENT (53, "TSK_CLIPBOARD_CONTENT", //NON-NLS
bundle.getString("BlackboardArtifact.tskClipboardContent.text"));
private final String label; private final String label;
private final int typeId; private final int typeId;
......
...@@ -49,6 +49,7 @@ BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill ...@@ -49,6 +49,7 @@ BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill
BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses
BlackboardArtifact.tskDownloadSource.text=Download Source BlackboardArtifact.tskDownloadSource.text=Download Source
BlackboardArtifact.tskWebCache.text=Web Cache BlackboardArtifact.tskWebCache.text=Web Cache
BlackboardArtifact.tskClipboardContent.text=Clipboard Content
BlackboardArtifact.shortDescriptionDate.text=at {0} BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardAttribute.tskAccountType.text=Account Type BlackboardAttribute.tskAccountType.text=Account Type
BlackboardAttribute.tskUrl.text=URL BlackboardAttribute.tskUrl.text=URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment