Skip to content
Snippets Groups Projects
Commit bbf83196 authored by Kelly Kelly's avatar Kelly Kelly
Browse files

Modified autofile timeline event template

parent 1f58a60f
No related branches found
No related tags found
No related merge requests found
...@@ -349,7 +349,7 @@ WebTypes.webCookies.name=Web Cookies ...@@ -349,7 +349,7 @@ WebTypes.webCookies.name=Web Cookies
WebTypes.webBookmarks.name=Web Bookmarks WebTypes.webBookmarks.name=Web Bookmarks
WebTypes.webHistory.name=Web History WebTypes.webHistory.name=Web History
WebTypes.webSearch.name=Web Searches WebTypes.webSearch.name=Web Searches
WebTypes.webFormAutoFill.name=Web Form Auto Fill WebTypes.webFormAutoFill.name=Web Form Autofill
WebTypes.webFormAddress.name=Web Form Address WebTypes.webFormAddress.name=Web Form Address
CustomTypes.other.name=Standard Types CustomTypes.other.name=Standard Types
CustomTypes.userCreated.name=Custom Types CustomTypes.userCreated.name=Custom Types
......
...@@ -349,7 +349,7 @@ WebTypes.webCookies.name=Web Cookies ...@@ -349,7 +349,7 @@ WebTypes.webCookies.name=Web Cookies
WebTypes.webBookmarks.name=Web Bookmarks WebTypes.webBookmarks.name=Web Bookmarks
WebTypes.webHistory.name=Web History WebTypes.webHistory.name=Web History
WebTypes.webSearch.name=Web Searches WebTypes.webSearch.name=Web Searches
WebTypes.webFormAutoFill.name=Web Form Auto Fill WebTypes.webFormAutoFill.name=Web Form Autofill
WebTypes.webFormAddress.name=Web Form Address WebTypes.webFormAddress.name=Web Form Address
CustomTypes.other.name=Standard Types CustomTypes.other.name=Standard Types
CustomTypes.userCreated.name=Custom Types CustomTypes.userCreated.name=Custom Types
......
...@@ -468,7 +468,7 @@ public SortedSet< TimelineEventType> getChildren() { ...@@ -468,7 +468,7 @@ public SortedSet< TimelineEventType> getChildren() {
getBundle().getString("WebTypes.webFormAutoFill.name"),//NON-NLS getBundle().getString("WebTypes.webFormAutoFill.name"),//NON-NLS
WEB_ACTIVITY, WEB_ACTIVITY,
new BlackboardArtifact.Type(TSK_WEB_FORM_AUTOFILL), new BlackboardArtifact.Type(TSK_WEB_FORM_AUTOFILL),
new Type(TSK_DATETIME_ACCESSED), new Type(TSK_DATETIME_CREATED),
artf -> { artf -> {
final BlackboardAttribute name = getAttributeSafe(artf, new Type(TSK_NAME)); final BlackboardAttribute name = getAttributeSafe(artf, new Type(TSK_NAME));
final BlackboardAttribute value = getAttributeSafe(artf, new Type(TSK_VALUE)); final BlackboardAttribute value = getAttributeSafe(artf, new Type(TSK_VALUE));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment