Skip to content

Commit

Permalink
'#1798: Define a custom signature for iLBC audio files.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite authored and lfcnassif committed Aug 16, 2023
1 parent 270f44b commit 444b657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions iped-app/resources/config/conf/CustomSignatures.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1441,5 +1441,13 @@
<glob pattern="*.webm" />
</mime-type>

<mime-type type="audio/ilbc">
<magic priority="60">
<match value="0x2321694C424333300A" type="string" offset="0"/>
<match value="0x2321694C424332300A" type="string" offset="0"/>
</magic>
<glob pattern="*.lbc"/>
</mime-type>

</mime-info>

0 comments on commit 444b657

Please sign in to comment.