Skip to content

Commit

Permalink
'#2307 Puts LNKShortcutParser in second queue as it must find the
Browse files Browse the repository at this point in the history
referenced item to make the reference.
  • Loading branch information
patrickdalla committed Aug 23, 2024
1 parent 69089c1 commit 56fec05
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import iped.parsers.discord.DiscordParser;
import iped.parsers.emule.KnownMetParser;
import iped.parsers.emule.PartMetParser;
import iped.parsers.lnk.LNKShortcutParser;
import iped.parsers.mail.RFC822Parser;
import iped.parsers.mail.win10.Win10MailParser;
import iped.parsers.python.PythonParser;
Expand Down Expand Up @@ -62,6 +63,7 @@ private static Map<MediaType, Integer> installTypesToPostProcess() {

// handle wal logs
mediaTypes.put(SQLite3Parser.MEDIA_TYPE, 2);
mediaTypes.put(MediaType.parse(LNKShortcutParser.LNK_MIME_TYPE), 2);

// must be after sqlite processing to find storage_db.db
mediaTypes.put(SkypeParser.SKYPE_MIME, 3);
Expand Down

0 comments on commit 56fec05

Please # to comment.