[sleuthkit-developers] [ sleuthkit-Bugs-3184429 ] inconsistent 0 time reporting.
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2011-09-20 02:35:39
|
Bugs item #3184429, was opened at 2011-02-16 22:39 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3184429&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: File System Tools Group: None Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Brian Carrier (carrier) Assigned to: Nobody/Anonymous (nobody) Summary: inconsistent 0 time reporting. Initial Comment: John Lehr reported inconsistent behavior with 0-times. fls prints them as 0s and istat displays them as epoch times. We should be consistent and use '0' when possible to not give false impressions. Perhaps make some wrapper methods for returning time strings. fls: d/d 3: DCIM 0000-00-00 00:00:00 (UTC) 0000-00-00 00:00:00 (UTC) 0000-00-00 00:00:00 (UTC) 0000-00-00 00:00:00 (UTC) 32768 0 0 istat: Directory Entry: 3 Allocated File Attributes: Directory Size: 32768 Name: DCIM Directory Entry Times: Written: Wed Dec 31 16:00:00 1969 Accessed: Wed Dec 31 16:00:00 1969 Created: Wed Dec 31 16:00:00 1969 ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2011-09-19 21:35 Message: Make tsk_fs_time_to_str() for consistent reporting. ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2011-09-19 21:35 Message: Fixed in trunk. Sending ext2fs.c Sending fatfs.c Sending ffs.c Sending fs_name.c Sending hfs.c Sending iso9660.c Sending ntfs.c Sending tsk_fs_i.h Transmitting file data ........ Committed revision 377. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3184429&group_id=55685 |