mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Fix: error handling for netstat plugin
This commit is contained in:
@@ -433,7 +433,8 @@ class NetStat(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
self.context, interfaces.configuration.path_join(self.config_path, 'tcpip'),
|
||||
kernel.layer_name, "tcpip.pdb", tcpip_module.DllBase, tcpip_module.SizeOfImage)
|
||||
except exceptions.VolatilityException:
|
||||
vollog.warning("Unable to locate symbols for the memory image's tcpip module")
|
||||
vollog.error("Unable to locate symbols for the memory image's tcpip module")
|
||||
raise
|
||||
|
||||
for netw_obj in self.list_sockets(self.context, kernel.layer_name, kernel.symbol_table_name,
|
||||
netscan_symbol_table, tcpip_module.DllBase, tcpip_symbol_table):
|
||||
|
||||
Reference in New Issue
Block a user