Skip to content

Commit bee3f00

Browse files
committed
linux: netfilter plugin: Enhance docstring to provide a clearer explanation of 'hooked'
1 parent 094cdf1 commit bee3f00

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
@@ -174,7 +174,7 @@ def _run(self) -> Iterator[Tuple[int, str, str, int, int, str, bool]]:
174174
priority [int]: Priority
175175
hook_ops_hook [int]: Hook address
176176
module_name [str]: Linux kernel module name
177-
hooked [bool]: hooked?
177+
hooked [bool]: "True" if the network stack has been hijacked
178178
"""
179179
for netns, net in self.get_net_namespaces():
180180
for proto_idx, proto_name, hook_idx, hook_name in self._proto_hook_loop():

0 commit comments

Comments
 (0)