Skip to content
Snippets Groups Projects
Unverified Commit 7959a640 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1530 from sleuthkit/release-4.6.7

Merge release 4.6.7 branch into develop branch
parents 9b44e5e3 8df697c8
No related branches found
No related tags found
No related merge requests found
...@@ -1312,6 +1312,9 @@ public enum ATTRIBUTE_TYPE { ...@@ -1312,6 +1312,9 @@ public enum ATTRIBUTE_TYPE {
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING), TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_ICCID(130, "TSK_ICCID", //NON-NLS TSK_ICCID(130, "TSK_ICCID", //NON-NLS
bundle.getString("BlackboardAttribute.tskIccid.text"), bundle.getString("BlackboardAttribute.tskIccid.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_THREAD_ID(131, "TSK_THREAD_ID",
bundle.getString("BlackboardAttribute.tskthreadid.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING); TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING);
private final int typeID; private final int typeID;
......
...@@ -175,6 +175,7 @@ BlackboardAttribute.tskMacAddress.text=MAC Address ...@@ -175,6 +175,7 @@ BlackboardAttribute.tskMacAddress.text=MAC Address
BlackboardAttribute.tskImei.text=IMEI BlackboardAttribute.tskImei.text=IMEI
BlackboardAttribute.tskImsi.text=IMSI BlackboardAttribute.tskImsi.text=IMSI
BlackboardAttribute.tskIccid.text=ICCID BlackboardAttribute.tskIccid.text=ICCID
BlackboardAttribute.tskthreadid.text=Thread ID
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0} AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0}
AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0} AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment