Main Page | Data Structures | Directories | File List | Data Fields | Globals

ewf.h

00001 /*
00002  * The Sleuth Kit - Add on for EWF image support
00003  * Eye Witness Compression Format Support
00004  *
00005  * $Date: 2007/04/05 16:01:55 $
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;
00031     };
00032 
00033 #ifdef __cplusplus
00034 }
00035 #endif
00036 #endif
00037 #endif

Generated on Thu Apr 5 12:00:08 2007 for The Sleuth Kit (Incomplete) by  doxygen 1.4.2