We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86d973 commit ebb9f0cCopy full SHA for ebb9f0c
volatility3/framework/plugins/linux/pagecache.py
@@ -342,7 +342,7 @@ def generate_timeline(self):
342
description = f"Cached Inode for {inode_out.path}"
343
yield description, timeliner.TimeLinerType.ACCESSED, inode_out.access_time
344
yield description, timeliner.TimeLinerType.MODIFIED, inode_out.modification_time
345
- yield description, timeliner.TimeLinerType.CHANGE, inode_out.change_time
+ yield description, timeliner.TimeLinerType.CHANGED, inode_out.change_time
346
347
@staticmethod
348
def format_fields_with_headers(headers, generator):
0 commit comments