Kurt gave an interesting perl script to check if a blacklisted IP addresses appeared in a pcap file. I love perl but not sure if the packages such as Net::Pcap is ported to cygwin. asked 21 Nov '15, 09:13 pktUser1001 |
One Answer:
On Windows you can use ActiveState Perl, which contains Net::Pcap, or at least you can easily install it with ppm ( I tested my example with ActivePerl on Windows :-) BTW: You can try to install Net::Pcap for Cygwin as well, but it seems to be quite some work. I can't help you with that, as I'm not using Cygwin. Regards answered 21 Nov '15, 11:21 Kurt Knochner ♦ edited 21 Nov '15, 11:25 |
Thanks for the answer, it appears that ActiveState perl doesn't have the support any more:
C:\Perl64\bin>ppm install Net::Pcap Downloading ActiveState Package Repository packlist...done Updating ActiveState Package Repository database...done ppm install failed: Can't find any package that provides Net::Pcap
. I am using ActiveState perl 5.14.2 on Win7.I run 5.16.3 and it's there, however I do have the 32-bit version. Maybe they don't offer a 64-bit version of Net::Pcap. Please try the 32-bit version of Perl.