Windows: Improve nestat error checking

Should partially solve #863
This commit is contained in:
Mike Auty
2022-11-13 15:56:54 +00:00
parent 9b537678a5
commit 8918b385a0
@@ -427,6 +427,8 @@ class NetStat(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
self.config_path)
tcpip_module = self.get_tcpip_module(self.context, kernel.layer_name, kernel.symbol_table_name)
if not tcpip_module:
vollog.error("Unable to locate symbols for the memory image's tcpip module")
try:
tcpip_symbol_table = pdbutil.PDBUtility.symbol_table_from_pdb(