On Thursday, 25 August 2016 23:53:54 CEST Matteo Cafasso wrote:
The internal_find_inode command searches all entries referring to
the
given inode and returns a tsk_dirent structure for each of them.
The command is able to retrieve information regarding deleted
or unaccessible files where other commands such as stat or find
would fail.
The gathered list of tsk_dirent structs is serialised into XDR format
and written to a file by the appliance.
Signed-off-by: Matteo Cafasso <noxdafox(a)gmail.com>
---
Mostly LGTM, just a couple of notes.
+
+ if (entry_is_dot(fsfile))
Coding style nitpick.
+ { defaults with
+ name = "internal_find_inode"; added = (1, 35, 2);
+ style = RErr, [Mountable "device"; Int64 "inode"; FileOut
"filename";], [];
+ proc_nr = Some 469;
This now needs to be 470.
Thanks,
--
Pino Toscano