The Sleuth Kit
4.12.1
|
Contains basic functions to parse and print the names of the supported disk image types. More...
#include "tsk_img_i.h"
Functions | |
void | tsk_img_type_print (FILE *hFile) |
Prints the name and description of the supported image types to a handle. More... | |
TSK_IMG_TYPE_ENUM | tsk_img_type_supported () |
Returns the supported file format types. More... | |
const char * | tsk_img_type_todesc (TSK_IMG_TYPE_ENUM type) |
Returns the description of an image format type, given its type ID. More... | |
TSK_IMG_TYPE_ENUM | tsk_img_type_toid (const TSK_TCHAR *str) |
Parses a string that specifies an image format to determine the associated type ID. More... | |
TSK_IMG_TYPE_ENUM | tsk_img_type_toid_utf8 (const char *str) |
Parses a string that specifies an image format to determine the associated type ID. More... | |
const char * | tsk_img_type_toname (TSK_IMG_TYPE_ENUM type) |
Returns the name of an image format type, given its type ID. More... | |
Contains basic functions to parse and print the names of the supported disk image types.
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.