ewf.h

00001 /*
00002  * The Sleuth Kit - Add on for EWF image support
00003  * Eye Witness Compression Format Support
00004  *
00005  * $Date: 2007/11/29 02:21:41 $
00006  *
00007  * Joachim Metz <metz@studenten.net>
00008  * Copyright (c) 2006 Joachim Metz.  All rights reserved 
00009  *
00010  * Based on raw image support of the Sleuth Kit from
00011  * Brian Carrier.
00012  */
00013 #ifndef _EWF_H
00014 #define _EWF_H
00015 
00016 #ifdef USE_LIBEWF
00017 
00018 #include <libewf.h>
00019 
00020 #ifdef __cplusplus
00021 extern "C" {
00022 #endif
00023 
00024     extern TSK_IMG_INFO *ewf_open(int, const char **, TSK_IMG_INFO *);
00025 
00026     typedef struct IMG_EWF_INFO IMG_EWF_INFO;
00027     struct IMG_EWF_INFO {
00028         TSK_IMG_INFO img_info;
00029         LIBEWF_HANDLE *handle;
00030         char md5hash[LIBEWF_STRING_DIGEST_HASH_LENGTH_MD5];
00031         int md5hash_isset;
00032     };
00033 
00034 #ifdef __cplusplus
00035 }
00036 #endif
00037 #endif
00038 #endif

Generated on Wed Nov 28 16:11:15 2007 for The Sleuth Kit (Incomplete) by  doxygen 1.5.1