Re: [Libguestfs] [PATCH v3 1/5] generator: Added tsk_dirent struct

2016-04-05 Thread noxdafox
On 05/04/16 19:33, Pino Toscano wrote: On Tuesday 05 April 2016 18:47:28 Matteo Cafasso wrote: The tsk_dirent struct contains the information gathered via TSK APIs. The struct contains the following fields: * tsk_inode: inode of a file * tsk_type: type of file such as for dirwalk command

Re: [Libguestfs] [PATCH v3 1/5] generator: Added tsk_dirent struct

2016-04-05 Thread Pino Toscano
On Tuesday 05 April 2016 18:47:28 Matteo Cafasso wrote: > The tsk_dirent struct contains the information gathered via TSK APIs. > > The struct contains the following fields: > * tsk_inode: inode of a file > * tsk_type: type of file such as for dirwalk command > * tsk_size: file size in bytes >

[Libguestfs] [PATCH v3 1/5] generator: Added tsk_dirent struct

2016-04-05 Thread Matteo Cafasso
The tsk_dirent struct contains the information gathered via TSK APIs. The struct contains the following fields: * tsk_inode: inode of a file * tsk_type: type of file such as for dirwalk command * tsk_size: file size in bytes * tsk_name: path relative to its disk partition * tsk_allocated: