This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

JPCAP with android

0

I have written a small app to sniff packets. It uses the JPCAP lib. It functions properly, however, I am having trouble porting it to my android emulator. Has anyone tried using JPCAP with android?

Forrest

asked 03 Feb '11, 07:04

Forrest's gravatar image

Forrest
1111
accept rate: 0%

No....but I'm really interested in your success!

(03 Feb '11, 10:08) GeonJay

If I figure it out I'll post it. It could just be the emulator does not have network interfaces and therefore blows-up. I am getting a htc incredible soon to experiment on.

(03 Feb '11, 10:17) Forrest

One Answer:

-1

I was trying to make a simple packet sniffer application in Android using Jpcap. I have added the jpcap.jar in my project. i.e. Java Build Path --> Libraries --> Add External Jars :

But still am not able to run my application. its getting this following error and get killed.

java.lang.UnsatisfiedLinkError: Couldn't load jpcap: findLibrary returned null.

Can anyone help me to resolve this issue:

answered 27 May '11, 03:32

Vijay's gravatar image

Vijay
0
accept rate: 0%

Don't hijack someone else's question to ask one of your own.

(27 May '11, 06:49) cmaynard ♦♦