Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7713008
ewf_error2.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Referenced Files
None
Subscribers
None
ewf_error2.h
View Options
/*
* EWF error2 section
*
* Copyright (c) 2006-2011, Joachim Metz <jbmetz@users.sourceforge.net>
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this software. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined( _EWF_ERROR2_H )
#define _EWF_ERROR2_H
#include <common.h>
#include <types.h>
#if defined( __cplusplus )
extern "C" {
#endif
typedef struct ewf_error2_header ewf_error2_header_t;
struct ewf_error2_header
{
/* The number of errors
* consists of 4 bytes (32 bits)
*/
uint8_t number_of_errors[ 4 ];
/* Unknown
* consists of 512 bytes
* value should be 0x00
*/
uint8_t unknown[ 512 ];
/* The section checksum of all (previous) error2 data
* consists of 4 bytes
* starts with sector 76
*/
uint8_t checksum[ 4 ];
/* The sector array
* consists of 8 bytes per sector
* as long as necessary
*/
/* The last sector is followed by a 4 byte checksum
*/
};
typedef struct ewf_error2_sector ewf_error2_sector_t;
struct ewf_error2_sector
{
/* The first error2 sector
* consists of 4 bytes (32 bits)
*/
uint8_t first_sector[ 4 ];
/* The number of sectors
* consists of 4 bytes (32 bits)
*/
uint8_t number_of_sectors[ 4 ];
};
#if defined( __cplusplus )
}
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Nov 21, 12:28 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361284
Default Alt Text
ewf_error2.h (1 KB)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment