USArmyResearchLab / Dshell

Dshell is a network forensic analysis framework.
Other
5.45k stars 1.14k forks source link

Error in decoders nbns and reseserverips #90

Closed JeffSoh closed 8 years ago

JeffSoh commented 8 years ago

I get the following error running decode -l:

pcap not available: decoders requiring pcap are not usable Exception loading module 'decoders.nbns.nbns': 'bool' object has no attribute 'dObj' Exception loading module 'decoders.dns.reservedips': 'bool' object has no attribute 'dObj'

What library am I missing? Thanks...

dev195 commented 8 years ago

Those exceptions usually show up when Dshell cannot create the decoder object for some reason. It is possible that you are missing libraries. It looks like you are, at least, missing pypcap.

Can you tell us what libraries you did install? The requirements are in the README under the Prerequisites section. You can try to use the apt-get commands in the Installation section of the README to install the libraries (assuming you are using an Ubuntu-like flavor of Linux).

JeffSoh commented 8 years ago

Yes, I was missing libraries. I had done a reload of the test box and hastily reinstalled some apps and didn't reinstall all of the dependencies. Thank you. And great program, BTW. I gave it some love on my blog back in 2014 here: http://jeffsoh.blogspot.com/2014/12/netsec-tooldshell.html

On Tue, Aug 16, 2016 at 8:12 AM, J notifications@github.com wrote:

Those exceptions usually show up when Dshell cannot create the decoder object for some reason. It is possible that you are missing libraries. It looks like you are, at least, missing pypcap.

Can you tell us what libraries you did install? The requirements are in the README under the Prerequisites section. You can try to use the apt-get commands in the Installation section of the README to install the libraries (assuming you are using an Ubuntu-like flavor of Linux).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/USArmyResearchLab/Dshell/issues/90#issuecomment-240083816, or mute the thread https://github.com/notifications/unsubscribe-auth/AFKs-IXiZsN6BqdCIqZiiACr7NluqMT-ks5qgakxgaJpZM4JkVtk .

Jeff Stebelton GNFA GCIA GCIH GPPA GWAPT CEH SFCP

dev195 commented 8 years ago

Thanks for the shout-out! It's always nice to hear that people are using our stuff. Let us know if there's anything else you need.