Skip to content

Commit

Permalink
'#43 adds the device info to the 4th processing queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Oct 9, 2023
1 parent cd8ede2 commit 63d4b19
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.apache.tika.mime.MediaType;
import org.apache.tika.mime.MediaTypeRegistry;

import iped.engine.task.leappbridge.LeappBridgeTask;
import iped.parsers.ares.AresParser;
import iped.parsers.discord.DiscordParser;
import iped.parsers.emule.KnownMetParser;
Expand Down Expand Up @@ -89,6 +90,8 @@ private static Map<MediaType, Integer> installTypesToPostProcess() {
mediaTypes.put(RFC822Parser.RFC822_PARTIAL0_MIME, 2);
mediaTypes.put(RFC822Parser.RFC822_PARTIAL1_MIME, 2);

mediaTypes.put(LeappBridgeTask.DEVICEDETAILS, 4);

return mediaTypes;
}

Expand Down

0 comments on commit 63d4b19

Please # to comment.