Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10745)

Issue 263830043: Issue #306: Having entries from mactime parser match those of filestat.

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 8 months ago by kiddi
Modified:
8 years, 2 months ago
Reviewers:
CC:
log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

Issue #306: Having entries from mactime parser match those of filestat.

Patch Set 1 #

Total comments: 10

Patch Set 2 : Making some changes. #

Patch Set 3 : Minor changes made. #

Total comments: 12

Patch Set 4 : updated the code #

Total comments: 8

Patch Set 5 : update #

Total comments: 3

Patch Set 6 : update #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -43 lines) Patch
M plaso/formatters/filestat.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M plaso/formatters/mactime.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M plaso/lib/definitions.py View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M plaso/lib/event.py View 1 2 3 4 4 chunks +40 lines, -11 lines 0 comments Download
M plaso/output/interface.py View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M plaso/output/mediator.py View 1 2 3 1 chunk +2 lines, -2 lines 1 comment Download
M plaso/parsers/filestat.py View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M plaso/parsers/mactime.py View 1 2 3 4 5 4 chunks +8 lines, -13 lines 2 comments Download
M tests/lib/event.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tests/parsers/mactime.py View 4 chunks +4 lines, -9 lines 0 comments Download

Messages

Total messages: 21
kiddi
8 years, 8 months ago (2015-08-19 23:00:40 UTC) #1
Joachim Metz
https://codereview.appspot.com/263830043/diff/1/plaso/lib/event.py File plaso/lib/event.py (right): https://codereview.appspot.com/263830043/diff/1/plaso/lib/event.py#newcode228 plaso/lib/event.py:228: # TODO: Review this (after 1.1.0 release). Is there ...
8 years, 8 months ago (2015-08-20 03:41:56 UTC) #2
kiddi
Made few changes here. https://codereview.appspot.com/263830043/diff/1/plaso/lib/event.py File plaso/lib/event.py (right): https://codereview.appspot.com/263830043/diff/1/plaso/lib/event.py#newcode228 plaso/lib/event.py:228: # TODO: Review this (after ...
8 years, 8 months ago (2015-08-21 21:29:50 UTC) #3
kiddi
Code updated.
8 years, 8 months ago (2015-08-21 21:36:17 UTC) #4
kiddi
Code updated.
8 years, 8 months ago (2015-08-21 21:41:41 UTC) #5
kiddi
. https://codereview.appspot.com/263830043/diff/40001/plaso/lib/event.py File plaso/lib/event.py (right): https://codereview.appspot.com/263830043/diff/40001/plaso/lib/event.py#newcode139 plaso/lib/event.py:139: FILE_BASED_DATA_TYPES = frozenset([u'fs:stat', u'fs:mactime:line']) maybe it is better ...
8 years, 8 months ago (2015-08-21 21:42:49 UTC) #6
Joachim Metz
https://codereview.appspot.com/263830043/diff/1/plaso/parsers/mactime.py File plaso/parsers/mactime.py (right): https://codereview.appspot.com/263830043/diff/1/plaso/parsers/mactime.py#newcode121 plaso/parsers/mactime.py:121: value, key, row_offset, row) > description tends to be ...
8 years, 8 months ago (2015-08-28 10:27:01 UTC) #7
kiddi
done https://codereview.appspot.com/263830043/diff/40001/plaso/lib/event.py File plaso/lib/event.py (right): https://codereview.appspot.com/263830043/diff/40001/plaso/lib/event.py#newcode139 plaso/lib/event.py:139: FILE_BASED_DATA_TYPES = frozenset([u'fs:stat', u'fs:mactime:line']) On 2015/08/28 10:27:01, Joachim ...
8 years, 8 months ago (2015-08-28 20:09:05 UTC) #8
kiddi
Code updated.
8 years, 8 months ago (2015-08-28 20:11:28 UTC) #9
Joachim Metz
https://codereview.appspot.com/263830043/diff/60001/plaso/lib/definitions.py File plaso/lib/definitions.py (right): https://codereview.appspot.com/263830043/diff/60001/plaso/lib/definitions.py#newcode4 plaso/lib/definitions.py:4: FILE_DATA_TYPE_FS_STAT = u'fs:stat' I opt to add a comment ...
8 years, 8 months ago (2015-08-30 07:53:48 UTC) #10
kiddi
done https://codereview.appspot.com/263830043/diff/60001/plaso/lib/definitions.py File plaso/lib/definitions.py (right): https://codereview.appspot.com/263830043/diff/60001/plaso/lib/definitions.py#newcode4 plaso/lib/definitions.py:4: FILE_DATA_TYPE_FS_STAT = u'fs:stat' On 2015/08/30 07:53:48, Joachim Metz ...
8 years, 7 months ago (2015-09-14 23:24:30 UTC) #11
kiddi
Code updated.
8 years, 7 months ago (2015-09-14 23:33:44 UTC) #12
Joachim Metz
https://codereview.appspot.com/263830043/diff/80001/plaso/parsers/mactime.py File plaso/parsers/mactime.py (right): https://codereview.appspot.com/263830043/diff/80001/plaso/parsers/mactime.py#newcode117 plaso/parsers/mactime.py:117: for timestamp_description in self._TIMESTAMP_DESC: Still needs correct mapping to ...
8 years, 7 months ago (2015-09-15 05:41:40 UTC) #13
kiddi
done https://codereview.appspot.com/263830043/diff/80001/plaso/parsers/mactime.py File plaso/parsers/mactime.py (right): https://codereview.appspot.com/263830043/diff/80001/plaso/parsers/mactime.py#newcode117 plaso/parsers/mactime.py:117: for timestamp_description in self._TIMESTAMP_DESC: On 2015/09/15 05:41:40, Joachim ...
8 years, 7 months ago (2015-09-15 22:43:49 UTC) #14
kiddi
Code updated.
8 years, 7 months ago (2015-09-15 22:45:36 UTC) #15
Joachim Metz
https://codereview.appspot.com/263830043/diff/80001/plaso/parsers/mactime.py File plaso/parsers/mactime.py (right): https://codereview.appspot.com/263830043/diff/80001/plaso/parsers/mactime.py#newcode117 plaso/parsers/mactime.py:117: for timestamp_description in self._TIMESTAMP_DESC: No undo these last changes ...
8 years, 7 months ago (2015-09-16 05:43:59 UTC) #16
Joachim Metz
https://codereview.appspot.com/263830043/diff/100001/plaso/parsers/mactime.py File plaso/parsers/mactime.py (right): https://codereview.appspot.com/263830043/diff/100001/plaso/parsers/mactime.py#newcode72 plaso/parsers/mactime.py:72: _TIMESTAMP_DESC = frozenset([ We should not be using mactime ...
8 years, 7 months ago (2015-09-16 05:54:21 UTC) #17
Joachim Metz
https://codereview.appspot.com/263830043/diff/100001/plaso/output/mediator.py File plaso/output/mediator.py (right): https://codereview.appspot.com/263830043/diff/100001/plaso/output/mediator.py#newcode199 plaso/output/mediator.py:199: if event_object.IsFileBasedDataType(): What if you have 8 timestamps or ...
8 years, 7 months ago (2015-09-16 05:58:19 UTC) #18
Joachim Metz
https://codereview.appspot.com/263830043/diff/1/plaso/parsers/mactime.py File plaso/parsers/mactime.py (right): https://codereview.appspot.com/263830043/diff/1/plaso/parsers/mactime.py#newcode121 plaso/parsers/mactime.py:121: value, key, row_offset, row) Check this list: http://wiki.sleuthkit.org/index.php?title=Mactime_output We ...
8 years, 7 months ago (2015-09-29 06:42:49 UTC) #19
onager
On 2015/09/29 06:42:49, Joachim Metz wrote: > https://codereview.appspot.com/263830043/diff/1/plaso/parsers/mactime.py > File plaso/parsers/mactime.py (right): > > https://codereview.appspot.com/263830043/diff/1/plaso/parsers/mactime.py#newcode121 ...
8 years, 4 months ago (2015-12-04 12:11:50 UTC) #20
Joachim Metz
8 years, 2 months ago (2016-02-04 06:40:52 UTC) #21

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b