Difference between revisions of "Type Torrent"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Torrent</code> |- | File Type Value | 344 |- | Parent Type | None |- | Carve | Yes |-...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_Real_Media|<<]] Details [[Type_Setup_API_Log|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_Torrent</code>
 
| <code>Type_Torrent</code>
Line 27: Line 27:
 
=Description=
 
=Description=
 
BitTorrent Seed
 
BitTorrent Seed
 +
 +
=Truxton Exploiters=
 +
This file type is handled by the following ETLs:
 +
* [[Expand]]
 +
 +
=Items Produced=
 +
Truxton will extract the following from this file type:
 +
* <code>[[Type_File_Details]]</code>
 +
 +
=Carve 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
  
 
=Details=
 
=Details=
 
* [https://wiki.theory.org/BitTorrentSpecification#Bencoding Torrent]
 
* [https://wiki.theory.org/BitTorrentSpecification#Bencoding Torrent]

Latest revision as of 10:33, 24 May 2024

<< Details >>
Defined Constant Type_Torrent
File Type Value 344
Parent Type None
Carve Yes
Format Details Yes
MIME Type application/x-bittorrent
Filename Extension torrent

Torrent

Description

BitTorrent Seed

Truxton Exploiters

This file type is handled by the following ETLs:

Items Produced

Truxton will extract the following from this file type:

Carve 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

Details