I am using jpcap library to read network traffic and getting exception while executing the following code:
NetworkInterface[] devices = JpcapCaptor.getDeviceList();
Following is the error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: jpcap.JpcapCaptor.getDeviceList()[Ljpcap/NetworkInterface; at jpcap.JpcapCaptor.getDeviceList(Native Method) at nav.weka.first.JcapTest.main(JcapTest.java:16)
Is anything wrong with the jpcap.dll ???