Skip to content
Snippets Groups Projects
Commit cc0f0e08 authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge pull request #283 from raman-bt/develop

Deprecated TSK_INTERESTING_FILE attribute.  TSK_INTERESTING_FILE_HIT art...
parents c98358fc 979caf0d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,11 @@ public enum ATTRIBUTE_TYPE {
TSK_TEXT_LANGUAGE(28, "TSK_TEXT_LANGUAGE", "Text Language"),
TSK_ENTROPY(29, "TSK_ENTROPY", "Entropy"),
TSK_HASHSET_NAME(30, "TSK_HASHSET_NAME", "Hashset Name"), // @@@ Deprecated
TSK_INTERESTING_FILE(31, "TSK_INTERESTING_FILE", "Interesting File"),
/*
* @deprecated Use TSK_INTERSTING_FILE_HIT artifact instead.
*/
@Deprecated
TSK_INTERESTING_FILE(31, "TSK_INTERESTING_FILE", "Interesting File"), // @@@ Deprecated
TSK_REFERRER(32, "TSK_REFERRER", "Referrer URL"),
TSK_DATETIME_ACCESSED(33, "TSK_DATETIME_ACCESSED", "Date Accessed"),
TSK_IP_ADDRESS(34, "TSK_IP_ADDRESS", "IP Address"),
......
......@@ -129,7 +129,7 @@ enum TSK_ATTRIBUTE_TYPE {
TSK_TEXT_LANGUAGE = 28,///< String of the detected language in ISO 639-3 language code of TskBlackboard::TSK_TEXT data in the same artifact (TSK_EXTRACTED_TEXT, for example).
TSK_ENTROPY = 29,///< DOUBLE: Entropy value of file
TSK_HASHSET_NAME = 30,///< String of the name or file name of the hashset -- Deprecated in favor of TSK_SET_NAME
TSK_INTERESTING_FILE = 31,///< An interesting file hit, potentially file id, name, or path
TSK_INTERESTING_FILE = 31,///< An interesting file hit, potentially file id, name, or path -- Deprecated, use TSK_INTERESTING_FILE_HIT artifact instead.
TSK_REFERRER = 32,///< String of referrer URL
TSK_DATETIME_ACCESSED = 33,///<datetime last time accessed
TSK_IP_ADDRESS = 34,///<String of IP Address
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment