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

Issue 340160043: [plaso] Added System Resource Usage Monitor (SRUM) ESE plugin #427 (Closed)

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

Description

[plaso] Added System Resource Usage Monitor (SRUM) ESE plugin #427

Patch Set 1 : Translate identifiers into strings #

Total comments: 44

Patch Set 2 : Changes after review #

Total comments: 6

Patch Set 3 : Changes after review #

Patch Set 4 : Changes after review #

Total comments: 15

Patch Set 5 : Changes after review #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+725 lines, -74 lines) Patch
M appveyor.yml View 1 chunk +1 line, -1 line 0 comments Download
M config/dpkg/control View 1 chunk +1 line, -1 line 0 comments Download
M config/travis/install.sh View 2 chunks +2 lines, -2 lines 0 comments Download
M dependencies.ini View 2 chunks +2 lines, -2 lines 0 comments Download
M plaso/dependencies.py View 2 chunks +2 lines, -2 lines 0 comments Download
M plaso/formatters/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
A plaso/formatters/srum.py View 1 chunk +55 lines, -0 lines 0 comments Download
M plaso/lib/definitions.py View 1 chunk +1 line, -0 lines 0 comments Download
M plaso/parsers/esedb_plugins/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
M plaso/parsers/esedb_plugins/file_history.py View 1 4 chunks +10 lines, -9 lines 2 comments Download
M plaso/parsers/esedb_plugins/interface.py View 1 chunk +19 lines, -6 lines 0 comments Download
M plaso/parsers/esedb_plugins/msie_webcache.py View 1 5 chunks +19 lines, -16 lines 0 comments Download
A plaso/parsers/esedb_plugins/srum.py View 1 2 3 4 1 chunk +475 lines, -0 lines 2 comments Download
M plaso/parsers/plugins.py View 1 chunk +5 lines, -3 lines 0 comments Download
M plaso/parsers/presets.py View 1 1 chunk +1 line, -1 line 0 comments Download
M requirements.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M setup.cfg View 2 chunks +2 lines, -2 lines 0 comments Download
A test_data/SRUDB.dat View Binary file 0 comments Download
A + tests/formatters/srum.py View 3 chunks +23 lines, -25 lines 0 comments Download
A tests/parsers/esedb_plugins/srum.py View 1 1 chunk +102 lines, -0 lines 0 comments Download
M tox.ini View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 21
Joachim Metz
6 years, 3 months ago (2018-01-16 07:45:17 UTC) #1
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-16 07:53:35 UTC) #2
pessinajazmin
6 years, 3 months ago (2018-01-16 09:30:15 UTC) #3
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-17 22:13:08 UTC) #4
onager
https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py#newcode26 plaso/parsers/esedb_plugins/srum.py:26: application (int): application. str? https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py#newcode28 plaso/parsers/esedb_plugins/srum.py:28: background_bytes_written (int): background ...
6 years, 3 months ago (2018-01-18 01:46:42 UTC) #5
Joachim Metz
https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py#newcode26 plaso/parsers/esedb_plugins/srum.py:26: application (int): application. ack, thx, I forgot to update ...
6 years, 3 months ago (2018-01-18 06:52:05 UTC) #6
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-18 07:24:04 UTC) #7
onager
https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py#newcode238 plaso/parsers/esedb_plugins/srum.py:238: esedb_table = database.get_table_by_name('SruDbIdMapTable') On 2018/01/18 06:52:05, Joachim Metz wrote: ...
6 years, 3 months ago (2018-01-18 10:46:21 UTC) #8
Joachim Metz
https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/40001/plaso/parsers/esedb_plugins/srum.py#newcode238 plaso/parsers/esedb_plugins/srum.py:238: esedb_table = database.get_table_by_name('SruDbIdMapTable') so then it is better to ...
6 years, 3 months ago (2018-01-18 18:00:22 UTC) #9
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-18 18:05:36 UTC) #10
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-18 18:26:08 UTC) #11
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-18 18:32:18 UTC) #12
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-18 18:37:54 UTC) #13
onager
https://codereview.appspot.com/340160043/diff/140001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/140001/plaso/parsers/esedb_plugins/srum.py#newcode307 plaso/parsers/esedb_plugins/srum.py:307: # mapping. Here we look up the numeric identifier ...
6 years, 3 months ago (2018-01-19 09:09:48 UTC) #14
Joachim Metz
https://codereview.appspot.com/340160043/diff/140001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/140001/plaso/parsers/esedb_plugins/srum.py#newcode307 plaso/parsers/esedb_plugins/srum.py:307: # mapping. Here we look up the numeric identifier ...
6 years, 3 months ago (2018-01-20 14:00:01 UTC) #15
Joachim Metz
Code updated.
6 years, 3 months ago (2018-01-20 14:04:47 UTC) #16
baby546833
I love my wife
6 years, 3 months ago (2018-01-21 16:49:58 UTC) #17
baby546833
love my wife https://codereview.appspot.com/340160043/diff/140001/plaso/parsers/esedb_plugins/srum.py File plaso/parsers/esedb_plugins/srum.py (right): https://codereview.appspot.com/340160043/diff/140001/plaso/parsers/esedb_plugins/srum.py#newcode403 plaso/parsers/esedb_plugins/srum.py:403: ValueError: if the cache, database or ...
6 years, 3 months ago (2018-01-21 16:53:25 UTC) #18
onager
Couple of small nits, LGTM https://codereview.appspot.com/340160043/diff/160001/plaso/parsers/esedb_plugins/file_history.py File plaso/parsers/esedb_plugins/file_history.py (right): https://codereview.appspot.com/340160043/diff/160001/plaso/parsers/esedb_plugins/file_history.py#newcode100 plaso/parsers/esedb_plugins/file_history.py:100: raise ValueError('Missing database value.') ...
6 years, 3 months ago (2018-01-24 07:30:24 UTC) #19
Joachim Metz
https://codereview.appspot.com/340160043/diff/160001/plaso/parsers/esedb_plugins/file_history.py File plaso/parsers/esedb_plugins/file_history.py (right): https://codereview.appspot.com/340160043/diff/160001/plaso/parsers/esedb_plugins/file_history.py#newcode100 plaso/parsers/esedb_plugins/file_history.py:100: raise ValueError('Missing database value.') let's chat about this first ...
6 years, 3 months ago (2018-01-24 07:52:34 UTC) #20
Joachim Metz
6 years, 3 months ago (2018-01-24 07:57:29 UTC) #21
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: review.py close srum
Sign in to reply to this message.

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