Sunday, June 12, 2005

Jpcap - Java Packet Capture Library

I tried packet capture library for java (jpcap). I installed the lib, as per the installation procedures given in the readme file. The first problem is Jdk version mismatch. Next wpcap.dll file missing, then downloaded wpcap.dll from www. & again said: packet.dll missing. Then, again downloaded packet.dll. Then, "procedure Entry signature missing...in packet.dll"? Oops! I cant rewrite the dll source again. What a hell is it?
Google suggested to reinstall the complete winpcap pack. Did the same. Atlast I see tcpdump.java working fine. But, I didnt go thro the complete Api!. But I am so happy to see classes ICMP, TCPPacket,..and the likes.
Yes, I am ready for sniffing.

No comments: