Difference between revisions of "Type NITF"

From truxwiki.com
Jump to navigation Jump to search
Line 37: Line 37:
 
Truxton will extract the following from this file type:
 
Truxton will extract the following from this file type:
 
* [[Entity Types|ENTITY_TYPE_PHONE_NUMBER]]
 
* [[Entity Types|ENTITY_TYPE_PHONE_NUMBER]]
 +
 +
=File Meta Data=
 +
When Truxton carves this file, it can populate the following columns in the <code><nowiki>[</nowiki>[[File Table|File]]<nowiki>]</nowiki></code> table:
 +
* <code>Created</code> - When the file was created
 +
* <code>Name</code> - The name of the file
  
 
=External links=
 
=External links=
 
* [https://www.leadtools.com/help/sdk/v21/nitf/clib/nitfheader.html LeadTools]
 
* [https://www.leadtools.com/help/sdk/v21/nitf/clib/nitfheader.html LeadTools]
 
* [https://en.wikipedia.org/wiki/National_Imagery_Transmission_Format Wikipedia]
 
* [https://en.wikipedia.org/wiki/National_Imagery_Transmission_Format Wikipedia]

Revision as of 10:44, 14 January 2024

Details
Defined Constant Type_NITF
File Type Value 1093
Parent Type None
Carve Yes
Format Details Yes
File Meta Data Yes
MIME Type application/vnd.nitf
Filename Extension nitf, ntf

NITF

Description

National Imagery Transmission Format

Truxton Exploiters

This file type is handled by the following ETLs:

Items Produced

Truxton will extract the following from this file type:

File Meta Data

When Truxton carves this file, it can populate the following columns in the [File] table:

  • Created - When the file was created
  • Name - The name of the file

External links