#include "tsk_img_i.h"
Functions | |
| TSK_IMG_INFO_TYPE_ENUM | tsk_img_parse_type (const TSK_TCHAR *str) |
| Parse a string and return the image type ID. | |
| void | tsk_img_print_types (FILE *hFile) |
| Print the supported image types to a handle. | |
| const char * | tsk_img_get_type (TSK_IMG_INFO_TYPE_ENUM type) |
| Get the name of an image type give its type ID. | |
Variables | |
| IMG_TYPES | img_open_table [] |
| const char* tsk_img_get_type | ( | TSK_IMG_INFO_TYPE_ENUM | type | ) |
Get the name of an image type give its type ID.
| type | ID of image type |
| TSK_IMG_INFO_TYPE_ENUM tsk_img_parse_type | ( | const TSK_TCHAR * | str | ) |
Parse a string and return the image type ID.
| str | String of image type |
| void tsk_img_print_types | ( | FILE * | hFile | ) |
Print the supported image types to a handle.
| hFile | Handle to print to. |
| IMG_TYPES img_open_table[] |
Initial value:
{
{"raw", TSK_IMG_INFO_TYPE_RAW_SING, "raw (dd)"},
{"split", TSK_IMG_INFO_TYPE_RAW_SPLIT, "Split raw files"},
{0},
}
1.5.1