• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android and JPCAP

  • Thread starter Thread starter Deleted User
  • Start date Start date
Hey everyone.

I'm thinking of implementing JPCAP into my App for ARP manipulation. Do you believe it's possible with Android Java?

My search didn't bring many results, so I'd like your opinion on that.

Thanks in advance!

//Edit: I've been working on it myself, and it seems that I'm doing pretty good.
I think it's possible. Should I succeed, I'll update you, .

hi,how are things going? I'm working on that recently too, although I'm new to android, just tell me if you need some help. if you succeed ,tell me too.
sorry for my poor English.
 
I have written a small app to sniff packets. It uses the JPCAP lib. It functions properly as a Java app, however, I am having trouble porting it to my android emulator. Any response is appreciated.
 

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:
 
Back
Top Bottom