1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00
Files
autopsy/lib/Vs.pm
2008-09-29 02:42:46 +00:00

9 lines
197 B
Perl

package Vs;
# These need to be updated as The Sleuth Kit supports more volume systems
$Vs::type{'dos'} = 1;
$Vs::type{'bsd'} = 1;
$Vs::type{'gpt'} = 1;
$Vs::type{'mac'} = 1;
$Vs::type{'sun'} = 1;