mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
4304 minor comment fixes for tsk_wifi_network artifact
This commit is contained in:
parent
f61dc06a98
commit
2b06275ed6
@ -551,7 +551,7 @@ class ExtractRegistry extends Extract {
|
|||||||
if (name.equals("ComputerName")) { // NON-NLS
|
if (name.equals("ComputerName")) { // NON-NLS
|
||||||
compName = value;
|
compName = value;
|
||||||
} else if (name.equals("Domain")) { // NON-NLS
|
} 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_SSID, parentModuleName, value));
|
||||||
bbattributes.add(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_DATETIME, parentModuleName, lastWriteTime));
|
bbattributes.add(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_DATETIME, parentModuleName, lastWriteTime));
|
||||||
bbattributes.add(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_DEVICE_ID, parentModuleName, adapter));
|
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);
|
BlackboardArtifact bbart = regFile.newArtifact(ARTIFACT_TYPE.TSK_WIFI_NETWORK);
|
||||||
bbart.addAttributes(bbattributes);
|
bbart.addAttributes(bbattributes);
|
||||||
// index the artifact for keyword search
|
// index the artifact for keyword search
|
||||||
|
3
thirdparty/rr/plugins/autopsynic2.pl
vendored
3
thirdparty/rr/plugins/autopsynic2.pl
vendored
@ -1,7 +1,8 @@
|
|||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
# nic2.pl
|
# autopsynic2.pl
|
||||||
#
|
#
|
||||||
# Change history
|
# Change history
|
||||||
|
# 20181024 - modifications for outputting into format for Autopsy
|
||||||
# 20150812 - included updates from Yogesh Khatri
|
# 20150812 - included updates from Yogesh Khatri
|
||||||
# 20100401 - created
|
# 20100401 - created
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user