The Sleuth Kit Framework
4.1
|
A PostgreSQL based implementation of the framework data access layer. More...
#include <stdio.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <Lmcons.h>
#include <assert.h>
#include "tsk/framework/services/TskDBBlackboard.h"
#include "TskImgDBPostgreSQL.h"
#include "tsk/framework/services/TskServices.h"
#include "tsk/framework/utilities/TskException.h"
#include "tsk/framework/utilities/TskUtilities.h"
#include "Poco/String.h"
#include "Poco/UnicodeConverter.h"
#include "Poco/NumberParser.h"
#include "Poco/Path.h"
Typedefs | |
typedef std::map< std::string, int > | FileTypeMap_t |
A PostgreSQL based implementation of the framework data access layer.
Copyright © 2011-2013 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.