Hi All,
Jpcap is a java library which uses native C library (libpcap) for packet capturing.
Jpcap require libpcap version to be greater than 0.9. Recently I came across a strange problem. I had Redhat 6 Enterprise edition linux. It has got libpcap 1.0.0 version installed. But jpcap failed to recognize it. So I made a soft link using following command
ln -s libpcap.so.1.0.0 libpcap.so.0.9
and it worked
thanks and regards
lalit patel
Jpcap is a java library which uses native C library (libpcap) for packet capturing.
Jpcap require libpcap version to be greater than 0.9. Recently I came across a strange problem. I had Redhat 6 Enterprise edition linux. It has got libpcap 1.0.0 version installed. But jpcap failed to recognize it. So I made a soft link using following command
ln -s libpcap.so.1.0.0 libpcap.so.0.9
and it worked
thanks and regards
lalit patel
This helped me immensely! Thanks Lalit.
ReplyDeleteThanks a lot man! It works like a charm :D
ReplyDeleteI'll upload a tutorial of JNetpcap as soon as possible on http://www.multiaportes.com/jnetpcap