pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/py-Netzob
Module name: wip
Committed by: thomasklausner
Date: Thu Jan 2 21:23:03 UTC 2014
Added Files:
wip/py-Netzob: DESCR Makefile PLIST TODO distinfo
Log Message:
Import py27-Netzob-0.4.1 as wip/py-Netzob.
Netzob is an open source tool for reverse engineering, traffic
generation and fuzzing of communication protocols. It allows to
infer the message format and the state machine of a protocol through
passive and active processes. The model can afterward be used to
simulate realistic and controllable traffic.
TODO:
Does not find the modules, so no loader plugins are found, then
nothing really works.
Error output:
[MainThread]2014-01-02 22:20:17,491 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint DelimiterSeparatedImporter =
DelimiterSeparatedImporter.DelimiterSeparatedImporterPlugin:DelimiterSeparatedImporterPlugin
: bitarray>=0.4
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: bitarray>=0.4
[MainThread]2014-01-02 22:20:17,508 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint IpcCapturer =
IpcCapturer.IpcCapturerPlugin:IpcCapturerPlugin : python-ptrace
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: python-ptrace
[MainThread]2014-01-02 22:20:17,523 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint NetworkCapturer =
NetworkCapturer.NetworkCapturerPlugin:NetworkCapturerPlugin : pcapy
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: pcapy
[MainThread]2014-01-02 22:20:17,539 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint OSpyImporter =
OSpyImporter.OSpyImporterPlugin:OSpyImporterPlugin : bitarray>=0.4
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: bitarray>=0.4
[MainThread]2014-01-02 22:20:17,554 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint PCAPImporter =
PCAPImporter.PCAPImporterPlugin:PCAPImporterPlugin : pcapy
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: pcapy
[MainThread]2014-01-02 22:20:17,569 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint PeachExporter =
PeachExporter.PeachExporterPlugin:PeachExporterPlugin : bitarray>=0.4
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: bitarray>=0.4
[MainThread]2014-01-02 22:20:17,579 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint WiresharkExporter =
WiresharkExporter.WiresharkExporterPlugin:WiresharkExporterPlugin :
bitarray>=0.4
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: bitarray>=0.4
[MainThread]2014-01-02 22:20:17,588 - NetzobPlugin - ERROR - Impossible to load
plugin declared in entrypoint XMLImporter =
XMLImporter.XMLImporterPlugin:XMLImporterPlugin : bitarray>=0.4
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.7/site-packages/netzob/Common/Plugins/NetzobPlugin.py",
line 178, in loadPlugins
plugin_class = entrypoint.load()
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2107, in
load
if require: self.require(env, installer)
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2120, in
require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
DistributionNotFound: bitarray>=0.4
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-Netzob/DESCR wip/py-Netzob/Makefile \
wip/py-Netzob/PLIST wip/py-Netzob/TODO wip/py-Netzob/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-Netzob/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-Netzob/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-Netzob/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-Netzob/TODO?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-Netzob/distinfo?r1=0&r2=1.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index