Skip to content

Commit

Permalink
'#1294: install new LZFSEParser
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Aug 16, 2023
1 parent 6eee63f commit 520cb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iped-app/resources/config/conf/ParserConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
<parser class="iped.parsers.browsers.ie.IndexDatParser"></parser>
<parser class="iped.parsers.compress.PackageParser"></parser>
<parser class="iped.parsers.compress.SevenZipParser"></parser>
<parser class="iped.parsers.compress.LZFSEParser"></parser>
<parser class="iped.parsers.misc.XMLParser">
<mime-exclude>image/svg+xml</mime-exclude>
</parser>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
<parser class="iped.parsers.browsers.ie.IndexDatParser"></parser-->
<parser class="iped.parsers.compress.PackageParser"></parser>
<parser class="iped.parsers.compress.SevenZipParser"></parser>
<parser class="iped.parsers.compress.LZFSEParser"></parser>
<parser class="iped.parsers.misc.XMLParser">
<mime-exclude>image/svg+xml</mime-exclude>
</parser>
Expand Down

0 comments on commit 520cb7c

Please sign in to comment.