in reply to libpcap version

Why would this CPAN module not be sufficient: Net-Pcap?

Jim Keenan

Replies are listed 'Best First'.
Re^2: libpcap version
by swaroop (Beadle) on Jan 26, 2006 at 04:57 UTC
    Net::Pcap uses libpcap and bpf library's. I just want to know how to get what libpcap version in my perl code. And also , any way to bind to specific verion of libpcap ( as libpcap is a shared module ).

    Thanks