android use pcap library
问题 I have a general question according an android app, I need to use some pcap functionality in my android app. Because java does not give the possibility in raw packet injections and low layer programming (as far as I know, pls correct me if I'm wrong) so I was looking for an alternative. So far I found the following: ANDROID NDK JNETPCAP Any suggestions which one I should use or does anyone have other suggestions? 回答1: The JNI Solution You need to wrap the calls and the logic you need out of