mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Added some more video formats to SigTypeToExtMap.
This commit is contained in:
parent
97e20f799e
commit
f39ca5e573
@ -152,6 +152,9 @@ public class FileExtMismatchIngestModule extends org.sleuthkit.autopsy.ingest.In
|
||||
SigTypeToExtMap.put("video/x-ms-wmv", new String[]{"wmv"});
|
||||
SigTypeToExtMap.put("video/mpeg", new String[]{"mpeg","mpg"});
|
||||
SigTypeToExtMap.put("video/x-flv", new String[]{"flv"});
|
||||
SigTypeToExtMap.put("application/vnd.rn-realmedia", new String[]{"rm"});
|
||||
SigTypeToExtMap.put("application/vnd.rn-realvideo", new String[]{"rv"});
|
||||
SigTypeToExtMap.put("application/x-shockwave-flash", new String[]{"swf"});
|
||||
|
||||
try {
|
||||
List<String> textPlainExts = new ArrayList<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user