Skip to content
Snippets Groups Projects
Commit 73fcc003 authored by Raman's avatar Raman
Browse files

1184: parse chrome cache.

parent 0931e420
No related branches found
No related tags found
No related merge requests found
......@@ -1189,7 +1189,12 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
* Indicates an person's address filled in a web form
*/
TSK_WEB_FORM_ADDRESS (50, "TSK_WEB_FORM_ADDRESSES ", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebFormAddresses.text"));
bundle.getString("BlackboardArtifact.tskWebFormAddresses.text")),
/**
* Indicates source of a file/object
*/
TSK_SOURCE_ARTIFACT (51, "TSK_SOURCE_ARTIFACT ", //NON-NLS
bundle.getString("BlackboardArtifact.tskSourceArtifact.text"));
private final String label;
private final int typeId;
......
......@@ -47,6 +47,7 @@ BlackboardArtifact.tskVerificationFailed.text=Verification Failure
BlackboardArtifact.tskDataSourceUsage.text=Data Source Usage
BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill
BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses
BlackboardArtifact.tskSourceArtifact.text=Sources
BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardAttribute.tskAccountType.text=Account Type
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