Giter Site home page Giter Site logo

carnivore's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

carnivore's Issues

Better integration with Processing

#1)

Just to know, fresh installation of Processing 2 and also 3 contains CarnivoreClient example which of course doesn't work without Carnivore library. That example should be removed from there, Processing issue #2911 (processing/processing#2911).
#2)

That demo example is even missing "import org.rsg.lib.Log;" so it print only 'Cannot find anything named "Log"'.
#3)

If I install Carnivore library by Processing (Sketch / Import Library) on Fedora 20 i686 I get:

You have loaded library ~/sketchbook/libraries/carnivore/library/libjpcap-linux32bit.so which might have disabled stack guard.

Problem is:

ldd libjpcap-linux32bit.so
libstdc++-libc6.2-2.so.3 => not found

Of course "yum install compat-libstdc++-296" fixed it.

Of course it is a problem of Fedora but could be written somewhere in Carnivore FAQ or at least here. :-)
#4)

If I install Carnivore library by Processing (Sketch / Import Library) on Fedora 20 x86_64 I get similar problem:

Processing stops at:
CarnivoreP5 c = new CarnivoreP5(this);

... loading native library jpcap... jpcap-linux64bit
A library relies on native code that's not available.

Problem is with libpcap.so.0.8:
ldd libjpcap-linux64bit.so
libpcap.so.0.8 => not found

When the ~/sketchbook/libraries/carnivore/library is added into ld.so.conf or /etc/ld.so.conf.d and ldconfig is run, this is fixed:

pwd
/etc/ld.so.conf.d
cat jpcap64.conf
/home/carnivore/sketchbook/libraries/carnivore/library/
ldconfig
#5)

In FAQ should be written that jpcap package must be installed.
#6)

During installation via Processing the CarnivoreProcessingExamples.zip could be automatically unpacked and listed in Processing / File / Examples ... Contributed Libraries / Carnivore.
#7)

On Fedora 20 there is a problem with permissions, should be mention in FAQ how to solve it, of course start Processing as root fixed this. :-)

[org.rsg.carnivore.Core] Warning -- can't open device "p37p1" (CaptureDeviceOpenException)

Carnivore on RPI3

Would It be possible to run in it on a Raspberry PI 3?

Now that processing is available for RPI3?

32-bit error

Hello

I just starting to try the library on a windows 64bit and I'm getting the following error message, "Can't load IA 32-bit .dll on a AMD 64-bit platform"

Error--can't load native library.

Make sure you have installed winpcap (http://www.winpcap.org)
and that jpcap.dll is in the same folder as this application.

[org.rsg.carnivore.net.Devices] UnsatisfiedLinkError: java.lang.UnsatisfiedLinkError: C:\Users\thomas\Documents\Programacion\Processing\programas processing\libraries\carnivore\library\jpcap.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
[org.rsg.carnivore.net.Devices] Found network devices: {}
[org.rsg.carnivore.Core] starting PacketCacheThread
[org.rsg.carnivore.Core] addCarnivoreListener: org.rsg.carnivore.CarnivoreP5@2e1551b0
[org.rsg.carnivore.Preferences] loading preference file: .carnivore_preferences.txt
[org.rsg.carnivore.Preferences] saving prefs to disk: .carnivore_preferences.txt
[CarnivoreP5] dispose()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.