NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: A tough critter: Net::Pcap on cygwin (Score:1)
Sorry to have broken Cygwin, but I'm not a Win32/Cygwin programmer and therefore rely on Jean-Louis Morel and generaly on user feedback. I may be the one to blame for this release because I didn't ask Jean-Louis to test it on Cygwin and ActivePerl as I didn't change Win32-related code, and therefore assumed it would work. Can you try version 0.09 or 0.08 and tell me if these work for you? Feel free to fill a bug report in Net::Pcap RT queue [cpan.org].
Note that the "elaborate detection routines" are unfortunately n
Close the world. txEn eht nepO
Re: A tough critter: Net::Pcap on cygwin (Score:1)
Oh, just for the records, the version 0.09 should work on ActivePerl, and you can install the PPM from Randy Kobes' repositories. See http://cpan.uwinnipeg.ca/dist/Net-Pcap [uwinnipeg.ca]
(I know, it's ActivePerl, not Cygwin; but Cygwin is a little tough to get right, as it partially relies on Win32 to use WinPcap.)
Close the world. txEn eht nepO
Re: A tough critter: Net::Pcap on cygwin (Score:1)
Hi, thanks for commenting, Sébastien. No, I am afraid there is nothing sufficiently different in v0.09 that it can work under Cygwin. It doesn't. Two things stand out in the overview of WinPcap and Net::Pcap that I've gotten over the last couple of days. One is that nowhere that I have seen is anyone claiming that WinPcap is software that has been ported to Cygwin. The clear claim is that WinPcap "can be built using cygwin", and I've established, by looking hard at the build infrastructu
Re: A tough critter: Net::Pcap on cygwin (Score:1)
Ok, I took some time and used a Windows system with a Cygwin to test Net::Pcap myself. I have to admit that it's far from being obvious, but all this comes from the fact that Cygwin pretends to be a Unix system (it internally defines itself as a Unix, offers the Unix API, and defines the preprocessor macro
_unix). But in fact, it is really bound by the limitations of the Win32 system on which it runs. It usually works in an quite acceptable manner, but in some corner cases can lead to strange behaviour becaClose the world. txEn eht nepO
Re: A tough critter: Net::Pcap on cygwin (Score:1)
Hello again, Sébastien. No good news, and no bar of chocolate, I'm afraid.
The technique you cited above is unacceptable to me exactly as given, because the contents of /usr/include are managed by the Cygwin package management
system. I under no circumstances will manually copy files into that directory
as a matter of programmer / sysadmin discipline. The evils that can stem
from that act are manifold, and include being unable to reproduce user
errors reported by anyone who trie