in reply to Net::Pcap and windows

As noted in this post for prosperity, the Pcap library can be obtained for Windows in source and binary forms from http://winpcap.polito.it/. This in turn gives you the ability to interface this library with Net::Pcap - Note however that this will most likely involve building the Net::Pcap XS modules from sources, as I am unaware of any PPM packages for this module (Podmaster?)

 

perl -le 'print+unpack("N",pack("B32","00000000000000000000001001010000"))'

Replies are listed 'Best First'.
Re: Re: Net::Pcap and windows
by nite_man (Deacon) on Apr 24, 2003 at 07:23 UTC
    Thanks rob_au, I will try to use winpcap and maybe write some sketch about it if somebody is interested in it ;))
          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);