4304 minor comment fixes for tsk_wifi_network artifact

This commit is contained in:
William Schaefer 2018-10-24 10:30:43 -04:00
parent f61dc06a98
commit 2b06275ed6
2 changed files with 3 additions and 3 deletions

View File

@ -551,7 +551,7 @@ class ExtractRegistry extends Extract {
if (name.equals("ComputerName")) { // NON-NLS
compName = value;
} else if (name.equals("Domain")) { // NON-NLS
domain = value;;
domain = value;
}
}
}
@ -730,7 +730,6 @@ class ExtractRegistry extends Extract {
bbattributes.add(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_SSID, parentModuleName, value));
bbattributes.add(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_DATETIME, parentModuleName, lastWriteTime));
bbattributes.add(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_DEVICE_ID, parentModuleName, adapter));
// Check if there is already an OS_INFO artifact for this file and add to that if possible
BlackboardArtifact bbart = regFile.newArtifact(ARTIFACT_TYPE.TSK_WIFI_NETWORK);
bbart.addAttributes(bbattributes);
// index the artifact for keyword search

View File

@ -1,7 +1,8 @@
#-----------------------------------------------------------
# nic2.pl
# autopsynic2.pl
#
# Change history
# 20181024 - modifications for outputting into format for Autopsy
# 20150812 - included updates from Yogesh Khatri
# 20100401 - created
#