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

Issue 312850043: [plaso] Fixes for nsrlsvr #1035, #1036 added early abort #1046 and lookup hash argument (Closed)

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

Patch Set 1 #

Patch Set 2 : Changed hash lookup analysis plugins to take lookup hash from user. #

Patch Set 3 : Fixes for nsrlsvr for plaform specific response #1036 and added early abort #1046 #

Total comments: 22

Patch Set 4 : Changes after review and improved psort status indication. #

Patch Set 5 : Fixes for too large hash tagging analysis #1048 #

Patch Set 6 : Changes to improve status information. #

Patch Set 7 : Changes to improve status information. #

Total comments: 20

Patch Set 8 : Changes after review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+646 lines, -284 lines) Patch
M plaso/analysis/interface.py View 1 2 3 4 5 6 7 15 chunks +71 lines, -61 lines 0 comments Download
M plaso/analysis/mediator.py View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M plaso/analysis/nsrlsvr.py View 1 2 3 4 5 6 7 5 chunks +85 lines, -31 lines 0 comments Download
M plaso/analysis/viper.py View 1 2 3 5 chunks +47 lines, -34 lines 0 comments Download
M plaso/analysis/virustotal.py View 1 2 chunks +4 lines, -11 lines 0 comments Download
M plaso/cli/helpers/nsrlsvr_analysis.py View 1 2 3 4 5 6 7 4 chunks +27 lines, -6 lines 0 comments Download
M plaso/cli/helpers/viper_analysis.py View 1 2 3 3 chunks +34 lines, -8 lines 0 comments Download
M plaso/cli/helpers/virustotal_analysis.py View 1 3 chunks +23 lines, -7 lines 0 comments Download
M plaso/engine/processing_status.py View 1 2 3 4 14 chunks +77 lines, -1 line 0 comments Download
M plaso/engine/single_process.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M plaso/frontend/psort.py View 1 2 3 2 chunks +29 lines, -29 lines 0 comments Download
M plaso/lib/definitions.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M plaso/multi_processing/analysis_process.py View 1 2 3 4 5 6 7 6 chunks +23 lines, -4 lines 0 comments Download
M plaso/multi_processing/psort.py View 1 2 3 4 5 6 14 chunks +87 lines, -38 lines 0 comments Download
M plaso/multi_processing/task_engine.py View 1 2 3 4 5 chunks +15 lines, -0 lines 0 comments Download
M plaso/multi_processing/worker_process.py View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M plaso/serializer/json_serializer.py View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M plaso/storage/interface.py View 1 2 3 4 5 6 7 2 chunks +7 lines, -4 lines 0 comments Download
M plaso/storage/zip_file.py View 1 2 3 4 3 chunks +4 lines, -2 lines 0 comments Download
M tests/analysis/nsrlsvr.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/analysis/viper.py View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M tests/cli/helpers/nsrlsvr_analysis.py View 1 2 3 4 5 6 7 2 chunks +17 lines, -8 lines 0 comments Download
M tests/cli/helpers/viper_analysis.py View 1 2 3 1 chunk +15 lines, -5 lines 0 comments Download
M tests/cli/helpers/virustotal_analysis.py View 1 1 chunk +9 lines, -4 lines 0 comments Download
M tests/serializer/json_serializer.py View 1 2 3 4 1 chunk +2 lines, -5 lines 0 comments Download
M tools/psort.py View 1 2 3 4 4 chunks +15 lines, -3 lines 0 comments Download
M tools/psort_test.py View 1 2 3 4 5 6 7 1 chunk +39 lines, -16 lines 0 comments Download

Messages

Total messages: 18
Joachim Metz
8 years, 1 month ago (2016-10-15 08:21:23 UTC) #1
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-15 09:56:51 UTC) #2
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-15 11:25:12 UTC) #3
onager
https://codereview.appspot.com/312850043/diff/40001/plaso/analysis/interface.py File plaso/analysis/interface.py (right): https://codereview.appspot.com/312850043/diff/40001/plaso/analysis/interface.py#newcode431 plaso/analysis/interface.py:431: """Sets the hash to query the nsrlsvr. Please fix ...
8 years, 1 month ago (2016-10-16 09:09:57 UTC) #4
Joachim Metz
https://codereview.appspot.com/312850043/diff/40001/plaso/analysis/interface.py File plaso/analysis/interface.py (right): https://codereview.appspot.com/312850043/diff/40001/plaso/analysis/interface.py#newcode431 plaso/analysis/interface.py:431: """Sets the hash to query the nsrlsvr. On 2016/10/16 ...
8 years, 1 month ago (2016-10-16 09:28:12 UTC) #5
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-16 10:47:22 UTC) #6
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-16 12:14:20 UTC) #7
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-16 14:08:00 UTC) #8
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-16 14:42:50 UTC) #9
Joachim Metz
PTAL, fixed more related issues in this CL and improvements to status reporting for trouble ...
8 years, 1 month ago (2016-10-16 14:43:41 UTC) #10
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-16 15:08:19 UTC) #11
onager
https://codereview.appspot.com/312850043/diff/140001/plaso/analysis/interface.py File plaso/analysis/interface.py (right): https://codereview.appspot.com/312850043/diff/140001/plaso/analysis/interface.py#newcode199 plaso/analysis/interface.py:199: return Please log this happening. If an event is ...
8 years, 1 month ago (2016-10-16 21:28:39 UTC) #12
onager
https://codereview.appspot.com/312850043/diff/140001/plaso/analysis/nsrlsvr.py File plaso/analysis/nsrlsvr.py (right): https://codereview.appspot.com/312850043/diff/140001/plaso/analysis/nsrlsvr.py#newcode40 plaso/analysis/nsrlsvr.py:40: def _Connect(self): _GetSocket() - this returns a socket, doesn't ...
8 years, 1 month ago (2016-10-16 21:33:43 UTC) #13
onager
8 years, 1 month ago (2016-10-16 21:45:56 UTC) #14
Joachim Metz
https://codereview.appspot.com/312850043/diff/140001/plaso/analysis/interface.py File plaso/analysis/interface.py (right): https://codereview.appspot.com/312850043/diff/140001/plaso/analysis/interface.py#newcode199 plaso/analysis/interface.py:199: return I can add a log, but under normal ...
8 years, 1 month ago (2016-10-17 05:47:37 UTC) #15
Joachim Metz
Code updated.
8 years, 1 month ago (2016-10-17 05:52:09 UTC) #16
onager
LGTM
8 years, 1 month ago (2016-10-21 12:47:09 UTC) #17
Joachim Metz
8 years ago (2016-10-22 05:18:37 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 nsrlsvr
Sign in to reply to this message.

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