How to do raw Ethernet under Win32?

Grant Edwards grante at visi.com
Thu Jul 24 10:35:38 EDT 2003


In article <mailman.1059034598.31317.python-list at python.org>, Gerhard Häring wrote:
> 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/
> 
>:)

Cool!  Be sure to thank him for the work if you see him.

I've never done any SWIG stuff before, but it looks like all I
have to do is add some stuff to the .i file to export the
pcap_sendpacket() function.

-- 
Grant Edwards                   grante             Yow!  I LIKE Aisle 7a.
                                  at               
                               visi.com            




More information about the Python-list mailing list