Skip to content

Commit a10fb5b

Browse files
authored
Merge pull request #1308 from dgmcdona/dgmcdona/linux-netfilter-fix
Linux: Netfilter - fix traceback on missing module name
2 parents 4ffaad5 + fb4dd92 commit a10fb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/netfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def _format_fields(self, fields):
714714
hook_name,
715715
priority,
716716
format_hints.Hex(hook_func),
717-
module_name,
717+
module_name or renderers.NotAvailableValue(),
718718
str(hooked),
719719
)
720720

0 commit comments

Comments
 (0)