Skip to content
Snippets Groups Projects
Commit b2cb50b2 authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge branch 'master' of github.com:sleuthkit/sleuthkit

parents 9d6e8736 8af4ff03
No related branches found
No related tags found
No related merge requests found
...@@ -411,6 +411,9 @@ public enum TSK_FS_TYPE_ENUM { ...@@ -411,6 +411,9 @@ public enum TSK_FS_TYPE_ENUM {
TSK_FS_TYPE_ISO9660_DETECT (0x00000800), ///< ISO9660 auto detection TSK_FS_TYPE_ISO9660_DETECT (0x00000800), ///< ISO9660 auto detection
TSK_FS_TYPE_HFS (0x00001000), ///< HFS file system TSK_FS_TYPE_HFS (0x00001000), ///< HFS file system
TSK_FS_TYPE_HFS_DETECT (0x00001000), ///< HFS auto detection TSK_FS_TYPE_HFS_DETECT (0x00001000), ///< HFS auto detection
TSK_FS_TYPE_EXT4 (0x00002000), ///< Ext4 file system
TSK_FS_TYPE_YAFFS2(0x00003000), ///< YAFFS2 file system
TSK_FS_TYPE_YAFFS2_DETECT(0x00003000), ///< YAFFS2 auto detection
TSK_FS_TYPE_UNSUPP (0xffffffff); ///< Unsupported file system TSK_FS_TYPE_UNSUPP (0xffffffff); ///< Unsupported file system
private int value; private int value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment