-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32-bit error #1
Comments
i think this due to the jpcap library included with carnivore, which is currently a 32 bit library. you need the 64 bit jpcap library. you can go here https://groups.google.com/forum/#!topic/jpcap/-vxZv0eAcp4 download and rename the file to jpcap.dll and replace it for the file inside the carnivore library folder. let me know if that doesn't work. |
@RSG This was the console output:
I tried to find a different version of the jpcap 64 dll and replace it with the provided one, but that didn't show a difference. However, running on a 32-bit version of Processing resulted in the following:
Is there any way to use Carnivore on a 64-bit Windows machine? |
(apologies for the delay) -- the short answer is that Carnivore is really not supported any more on Windows. i simply don't have access to enough Win machines to be able to test it properly. hopefully in the future i'll be able to find a simple implementation for this. but for now you're out of luck, sorry. |
This issue still isn't fixed... |
winpcap not work for windows 10 :( |
nmap doesn't have very good dataviz. And you can't set it up on a smart mirror. 😟 |
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()
The text was updated successfully, but these errors were encountered: