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

Issue 332950043: [plaso] CSV parser: moved sources, changes for Unicode issue #1468, added tests (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 6 months ago by Joachim Metz
Modified:
6 years, 5 months ago
Reviewers:
onager
CC:
jberggren, romaing, kiddi, log2timeline-dev_googlegroups.com, aaronp
Visibility:
Public.

Description

[plaso] CSV parser: moved sources, changes for Unicode issue #1468, added tests

Patch Set 1 #

Total comments: 36

Patch Set 2 : Changes after merge and review #

Total comments: 16

Patch Set 3 : Changes after review #

Total comments: 6

Patch Set 4 : Changes after review #

Patch Set 5 : Additional changes #

Patch Set 6 : Changes after review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+689 lines, -217 lines) Patch
A plaso/lib/line_reader_file.py View 1 2 3 4 1 chunk +166 lines, -0 lines 0 comments Download
A plaso/parsers/dsv_parser.py View 1 2 3 4 5 1 chunk +175 lines, -0 lines 0 comments Download
M plaso/parsers/mactime.py View 1 2 3 4 5 5 chunks +25 lines, -21 lines 0 comments Download
M plaso/parsers/mcafeeav.py View 1 2 3 4 5 6 chunks +15 lines, -16 lines 0 comments Download
M plaso/parsers/symantec.py View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M plaso/parsers/text_parser.py View 2 chunks +0 lines, -161 lines 0 comments Download
A test_data/another_file View 1 chunk +1 line, -0 lines 0 comments Download
A test_data/password.csv View 1 1 chunk +5 lines, -0 lines 0 comments Download
A tests/lib/line_reader_file.py View 1 2 3 4 1 chunk +171 lines, -0 lines 0 comments Download
A tests/parsers/dsv_parser.py View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
M tests/parsers/mactime.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/parsers/mcafeeav.py View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M tests/parsers/symantec.py View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M tests/parsers/test_lib.py View 1 2 chunks +5 lines, -3 lines 0 comments Download
M tools/log2timeline.py View 1 2 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 18
Joachim Metz
6 years, 6 months ago (2017-10-19 06:27:25 UTC) #1
onager
https://codereview.appspot.com/332950043/diff/1/plaso/parsers/csv_parser.py File plaso/parsers/csv_parser.py (right): https://codereview.appspot.com/332950043/diff/1/plaso/parsers/csv_parser.py#newcode15 plaso/parsers/csv_parser.py:15: # The Python 2 version of the csv module ...
6 years, 6 months ago (2017-10-19 21:42:34 UTC) #2
Joachim Metz
https://codereview.appspot.com/332950043/diff/1/plaso/parsers/csv_parser.py File plaso/parsers/csv_parser.py (right): https://codereview.appspot.com/332950043/diff/1/plaso/parsers/csv_parser.py#newcode15 plaso/parsers/csv_parser.py:15: # The Python 2 version of the csv module ...
6 years, 6 months ago (2017-10-20 05:46:42 UTC) #3
Joachim Metz
Code updated.
6 years, 6 months ago (2017-10-20 06:00:31 UTC) #4
onager
https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py#newcode60 plaso/lib/line_reader_file.py:60: the file-like object, where None represents all remaining data. ...
6 years, 6 months ago (2017-10-20 16:57:30 UTC) #5
Joachim Metz
https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py#newcode138 plaso/lib/line_reader_file.py:138: size (Optional[int]): maximum string size to read. no idea ...
6 years, 6 months ago (2017-10-20 17:34:59 UTC) #6
onager
https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py#newcode138 plaso/lib/line_reader_file.py:138: size (Optional[int]): maximum string size to read. On 2017/10/20 ...
6 years, 6 months ago (2017-10-20 17:36:39 UTC) #7
Joachim Metz
https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py#newcode138 plaso/lib/line_reader_file.py:138: size (Optional[int]): maximum string size to read. I parse ...
6 years, 6 months ago (2017-10-20 17:39:03 UTC) #8
onager
https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py#newcode138 plaso/lib/line_reader_file.py:138: size (Optional[int]): maximum string size to read. On 2017/10/20 ...
6 years, 6 months ago (2017-10-20 17:40:13 UTC) #9
Joachim Metz
https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/20001/plaso/lib/line_reader_file.py#newcode60 plaso/lib/line_reader_file.py:60: the file-like object, where None represents all remaining data. ...
6 years, 6 months ago (2017-10-20 18:10:37 UTC) #10
Joachim Metz
Code updated.
6 years, 6 months ago (2017-10-20 18:49:19 UTC) #11
onager
https://codereview.appspot.com/332950043/diff/40001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/40001/plaso/lib/line_reader_file.py#newcode137 plaso/lib/line_reader_file.py:137: non-negative, it is a maximum byte count (including the ...
6 years, 6 months ago (2017-10-20 19:18:44 UTC) #12
Joachim Metz
Code updated.
6 years, 6 months ago (2017-10-21 05:23:33 UTC) #13
Joachim Metz
Code updated.
6 years, 6 months ago (2017-10-22 04:54:57 UTC) #14
Joachim Metz
https://codereview.appspot.com/332950043/diff/40001/plaso/lib/line_reader_file.py File plaso/lib/line_reader_file.py (right): https://codereview.appspot.com/332950043/diff/40001/plaso/lib/line_reader_file.py#newcode137 plaso/lib/line_reader_file.py:137: non-negative, it is a maximum byte count (including the ...
6 years, 5 months ago (2017-10-23 18:00:08 UTC) #15
Joachim Metz
Code updated.
6 years, 5 months ago (2017-10-23 18:05:01 UTC) #16
onager
LGTM
6 years, 5 months ago (2017-10-23 18:33:34 UTC) #17
Joachim Metz
6 years, 5 months ago (2017-10-23 18:39:33 UTC) #18
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close dfvfsuni
Sign in to reply to this message.

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