mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503
This commit is contained in:
commit
a478fd0ed4
@ -93,11 +93,11 @@ public class ExtractIE extends Extract implements IngestServiceImage {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void process(Image image, IngestImageWorkerController controller) {
|
public void process(Image image, IngestImageWorkerController controller) {
|
||||||
// this.getHistory(image, controller);
|
this.getHistory(image, controller);
|
||||||
this.getBookmark(image, controller);
|
this.getBookmark(image, controller);
|
||||||
this.getCookie(image, controller);
|
this.getCookie(image, controller);
|
||||||
this.getRecentDocuments(image, controller);
|
this.getRecentDocuments(image, controller);
|
||||||
// this.parsePascoResults();
|
this.parsePascoResults();
|
||||||
}
|
}
|
||||||
|
|
||||||
//Favorites section
|
//Favorites section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user