mm_types.c File Reference


Detailed Description

Contains the code to parse and print the strings for the supported volume system types.

#include "tsk_vs_i.h"

Functions

TSK_MM_INFO_TYPE_ENUM tsk_mm_parse_type (const TSK_TCHAR *str)
void tsk_mm_print_types (FILE *hFile)
const char * tsk_mm_get_type (TSK_MM_INFO_TYPE_ENUM mmtype)

Variables

MM_TYPES mm_open_table []


Variable Documentation

MM_TYPES mm_open_table[]

Initial value:

 {
    {"dos", TSK_MM_INFO_TYPE_DOS,
        "DOS-based partitions [Windows, Linux, etc.]"},
    {"mac", TSK_MM_INFO_TYPE_MAC, "MAC partitions"},
    {"bsd", TSK_MM_INFO_TYPE_BSD,
        "BSD Disklabels [FreeBSD, OpenBSD, NetBSD]"},
    {"sun", TSK_MM_INFO_TYPE_SUN,
        "Sun Volume Table of Contents (Solaris)"},
    {"gpt", TSK_MM_INFO_TYPE_GPT, "GUID Partition Table (EFI)"},
    {0},
}


Generated on Tue Jan 29 00:26:15 2008 for The Sleuth Kit (Incomplete Docs) by  doxygen 1.5.1