Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
cd57e93b
Commit
cd57e93b
authored
4 years ago
by
apriestman
Browse files
Options
Downloads
Patches
Plain Diff
Minor updates
parent
54dd6cc3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/doxygen/schema/db_schema_8_6.dox
+3
-3
3 additions, 3 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
with
3 additions
and
3 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
+
3
−
3
View file @
cd57e93b
...
@@ -28,9 +28,9 @@ Some general notes on this schema:
...
@@ -28,9 +28,9 @@ Some general notes on this schema:
# General Information Tables
# General Information Tables
## tsk_db_info
## tsk_db_info
Metadata about the database.
Metadata about the database.
- **schema_ver** - Major version number of the database schema
used to create database
- **schema_ver** - Major version number of the
current
database schema
- **tsk_ver** - Version of TSK used to create database
- **tsk_ver** - Version of TSK used to create database
- **schema_minor_version** - Minor version number of the database schema
used to create database
- **schema_minor_version** - Minor version number of the
current
database schema
## tsk_db_info_extended
## tsk_db_info_extended
Name & Value pair table to store any information about the database. For example, which schema it was created with. etc.
Name & Value pair table to store any information about the database. For example, which schema it was created with. etc.
...
@@ -64,7 +64,7 @@ Contains information about each set of images that is stored in the database.
...
@@ -64,7 +64,7 @@ Contains information about each set of images that is stored in the database.
- **ssize** - Sector size of device in bytes
- **ssize** - Sector size of device in bytes
- **tzone** - Timezone where image is from (the same format that TSK tools want as input)
- **tzone** - Timezone where image is from (the same format that TSK tools want as input)
- **size** - Size of the original image (in bytes)
- **size** - Size of the original image (in bytes)
- **md5** - MD5 hash of the image
- **md5** - MD5 hash of the image
(for compressed data such as E01, the hashes are of the decompressed image, not the E01 itself)
- **sha1** - SHA-1 hash of the image
- **sha1** - SHA-1 hash of the image
- **sha256** - SHA-256 hash of the image
- **sha256** - SHA-256 hash of the image
- **display_name** - display name of the image
- **display_name** - display name of the image
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment