How to do raw Ethernet under Win32?
Gerhard Häring
gh at ghaering.de
Thu Jul 24 04:15:45 EDT 2003
Grant Edwards wrote:
> In article <mailman.1058996376.9482.python-list at python.org>, Gerhard Häring wrote:
>
>>>It looks like I can _almost_ do what I want with the python
>>>wrapper around the windows pcap lib.
>>
>>Where's PyLibpCap for Windows available?
>
> Here's where I got it from:
>
> http://ghaering.de/python/unsupported/pylibpcap/ ;)
>
> I'd take a whack at finishing it, but I don't have a Windows C compiler.
The guy you got this from used MINGW, the free GNU compiler for Windows
to do the original port:
http://mingw.sourceforge.net/
:)
-- Gerhard
More information about the Python-list
mailing list