Skip to content

Commit

Permalink
Code review: 251520043: Added missing dependency to dpkg config.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 31, 2015
1 parent df16b87 commit d0eaed3
Show file tree
Hide file tree
Showing 31 changed files with 1,000 additions and 913 deletions.
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-plaso (1.3.1-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <[email protected]> Thu, 30 Jul 2015 13:55:46 +0200
-- Log2Timeline <[email protected]> Thu, 30 Jul 2015 14:12:12 +0200
2 changes: 1 addition & 1 deletion config/dpkg/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://github.com/log2timeline/plaso/

Package: python-plaso
Architecture: all
Depends: libprotobuf7 | libprotobuf8 | libprotobuf9, libyaml-0-2, libbde-python, libesedb-python, libevt-python, libevtx-python, libewf-python, libfwsi-python, liblnk-python, libmsiecf-python, libolecf-python, libqcow-python, libregf-python, libtsk, libsmdev-python, libsmraw-python, libvhdi-python, libvmdk-python, libvshadow-python, ipython, python-bencode, python-binplist, python-construct, python-dateutil, python-dfvfs, python-dpkt, python-hachoir-core, python-hachoir-metadata, python-hachoir-parser, python-mock, python-pefile, python-protobuf, python-psutil, python-pyparsing, python-six, python-yaml, python-tz, pytsk3, ${shlibs:Depends}, ${misc:Depends}
Depends: libprotobuf7 | libprotobuf8 | libprotobuf9, libyaml-0-2, libbde-python, libesedb-python, libevt-python, libevtx-python, libewf-python, libfwsi-python, liblnk-python, libmsiecf-python, libolecf-python, libqcow-python, libregf-python, libtsk, libsigscan-python, libsmdev-python, libsmraw-python, libvhdi-python, libvmdk-python, libvshadow-python, ipython, python-artifacts, python-bencode, python-binplist, python-construct, python-dateutil, python-dfvfs, python-dpkt, python-hachoir-core, python-hachoir-metadata, python-hachoir-parser, python-mock, python-pefile, python-protobuf, python-psutil, python-pyparsing, python-six, python-yaml, python-tz, pytsk3, ${shlibs:Depends}, ${misc:Depends}
Recommends: elasticsearch, libesedb-tools, libbde-tools, libevt-tools, libevtx-tools, libewf-tools, liblnk-tools, libmsiecf-tools, libolecf-tools, libqcow-tools, libregf-tools, libsmdev-tools, libsmraw-tools, libvhdi-tools, libvmdk-tools, libvshadow-tools, libtsk-dev, python-requests, pyelasticsearch, sleuthkit
Description: Plaso Log2Timeline
Log2Timeline is a framework to create super timelines.
Expand Down
65 changes: 34 additions & 31 deletions docs/plaso.analysis.rst
Original file line number Diff line number Diff line change
@@ -1,99 +1,102 @@
analysis Package
================
plaso.analysis package
======================

:mod:`analysis` Package
-----------------------
Submodules
----------

.. automodule:: plaso.analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`browser_search` Module
----------------------------
plaso.analysis.browser_search module
------------------------------------

.. automodule:: plaso.analysis.browser_search
:members:
:undoc-members:
:show-inheritance:

:mod:`chrome_extension` Module
------------------------------
plaso.analysis.chrome_extension module
--------------------------------------

.. automodule:: plaso.analysis.chrome_extension
:members:
:undoc-members:
:show-inheritance:

:mod:`file_hashes` Module
-------------------------
plaso.analysis.file_hashes module
---------------------------------

.. automodule:: plaso.analysis.file_hashes
:members:
:undoc-members:
:show-inheritance:

:mod:`interface` Module
-----------------------
plaso.analysis.interface module
-------------------------------

.. automodule:: plaso.analysis.interface
:members:
:undoc-members:
:show-inheritance:

:mod:`manager` Module
---------------------
plaso.analysis.manager module
-----------------------------

.. automodule:: plaso.analysis.manager
:members:
:undoc-members:
:show-inheritance:

:mod:`mediator` Module
----------------------
plaso.analysis.mediator module
------------------------------

.. automodule:: plaso.analysis.mediator
:members:
:undoc-members:
:show-inheritance:

:mod:`tagging` Module
---------------------
plaso.analysis.tagging module
-----------------------------

.. automodule:: plaso.analysis.tagging
:members:
:undoc-members:
:show-inheritance:

:mod:`unique_domains_visited` Module
------------------------------------
plaso.analysis.unique_domains_visited module
--------------------------------------------

.. automodule:: plaso.analysis.unique_domains_visited
:members:
:undoc-members:
:show-inheritance:

:mod:`viper` Module
-------------------
plaso.analysis.viper module
---------------------------

.. automodule:: plaso.analysis.viper
:members:
:undoc-members:
:show-inheritance:

:mod:`virustotal` Module
------------------------
plaso.analysis.virustotal module
--------------------------------

.. automodule:: plaso.analysis.virustotal
:members:
:undoc-members:
:show-inheritance:

:mod:`windows_services` Module
------------------------------
plaso.analysis.windows_services module
--------------------------------------

.. automodule:: plaso.analysis.windows_services
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: plaso.analysis
:members:
:undoc-members:
:show-inheritance:
77 changes: 40 additions & 37 deletions docs/plaso.cli.helpers.rst
Original file line number Diff line number Diff line change
@@ -1,123 +1,126 @@
helpers Package
===============
plaso.cli.helpers package
=========================

:mod:`helpers` Package
----------------------
Submodules
----------

.. automodule:: plaso.cli.helpers
:members:
:undoc-members:
:show-inheritance:

:mod:`database_config` Module
-----------------------------
plaso.cli.helpers.database_config module
----------------------------------------

.. automodule:: plaso.cli.helpers.database_config
:members:
:undoc-members:
:show-inheritance:

:mod:`elastic_output` Module
----------------------------
plaso.cli.helpers.elastic_output module
---------------------------------------

.. automodule:: plaso.cli.helpers.elastic_output
:members:
:undoc-members:
:show-inheritance:

:mod:`interface` Module
-----------------------
plaso.cli.helpers.interface module
----------------------------------

.. automodule:: plaso.cli.helpers.interface
:members:
:undoc-members:
:show-inheritance:

:mod:`manager` Module
---------------------
plaso.cli.helpers.manager module
--------------------------------

.. automodule:: plaso.cli.helpers.manager
:members:
:undoc-members:
:show-inheritance:

:mod:`mysql_4n6time_output` Module
----------------------------------
plaso.cli.helpers.mysql_4n6time_output module
---------------------------------------------

.. automodule:: plaso.cli.helpers.mysql_4n6time_output
:members:
:undoc-members:
:show-inheritance:

:mod:`pstorage` Module
----------------------
plaso.cli.helpers.pstorage module
---------------------------------

.. automodule:: plaso.cli.helpers.pstorage
:members:
:undoc-members:
:show-inheritance:

:mod:`server_config` Module
---------------------------
plaso.cli.helpers.server_config module
--------------------------------------

.. automodule:: plaso.cli.helpers.server_config
:members:
:undoc-members:
:show-inheritance:

:mod:`shared_4n6time_output` Module
-----------------------------------
plaso.cli.helpers.shared_4n6time_output module
----------------------------------------------

.. automodule:: plaso.cli.helpers.shared_4n6time_output
:members:
:undoc-members:
:show-inheritance:

:mod:`sqlite_4n6time_output` Module
-----------------------------------
plaso.cli.helpers.sqlite_4n6time_output module
----------------------------------------------

.. automodule:: plaso.cli.helpers.sqlite_4n6time_output
:members:
:undoc-members:
:show-inheritance:

:mod:`tagging_analysis` Module
------------------------------
plaso.cli.helpers.tagging_analysis module
-----------------------------------------

.. automodule:: plaso.cli.helpers.tagging_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`timesketch_out` Module
----------------------------
plaso.cli.helpers.timesketch_out module
---------------------------------------

.. automodule:: plaso.cli.helpers.timesketch_out
:members:
:undoc-members:
:show-inheritance:

:mod:`viper_analysis` Module
----------------------------
plaso.cli.helpers.viper_analysis module
---------------------------------------

.. automodule:: plaso.cli.helpers.viper_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`virustotal_analysis` Module
---------------------------------
plaso.cli.helpers.virustotal_analysis module
--------------------------------------------

.. automodule:: plaso.cli.helpers.virustotal_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`windows_services_analysis` Module
---------------------------------------
plaso.cli.helpers.windows_services_analysis module
--------------------------------------------------

.. automodule:: plaso.cli.helpers.windows_services_analysis
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: plaso.cli.helpers
:members:
:undoc-members:
:show-inheritance:
49 changes: 26 additions & 23 deletions docs/plaso.cli.rst
Original file line number Diff line number Diff line change
@@ -1,58 +1,61 @@
cli Package
===========
plaso.cli package
=================

:mod:`cli` Package
------------------
Subpackages
-----------

.. automodule:: plaso.cli
:members:
:undoc-members:
:show-inheritance:
.. toctree::

plaso.cli.helpers

:mod:`analysis_tool` Module
---------------------------
Submodules
----------

plaso.cli.analysis_tool module
------------------------------

.. automodule:: plaso.cli.analysis_tool
:members:
:undoc-members:
:show-inheritance:

:mod:`extraction_tool` Module
-----------------------------
plaso.cli.extraction_tool module
--------------------------------

.. automodule:: plaso.cli.extraction_tool
:members:
:undoc-members:
:show-inheritance:

:mod:`hexdump` Module
---------------------
plaso.cli.hexdump module
------------------------

.. automodule:: plaso.cli.hexdump
:members:
:undoc-members:
:show-inheritance:

:mod:`storage_media_tool` Module
--------------------------------
plaso.cli.storage_media_tool module
-----------------------------------

.. automodule:: plaso.cli.storage_media_tool
:members:
:undoc-members:
:show-inheritance:

:mod:`tools` Module
-------------------
plaso.cli.tools module
----------------------

.. automodule:: plaso.cli.tools
:members:
:undoc-members:
:show-inheritance:

Subpackages
-----------

.. toctree::

plaso.cli.helpers
Module contents
---------------

.. automodule:: plaso.cli
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit d0eaed3

Please sign in to comment.