exported / pypcap

Automatically exported from code.google.com/p/pypcap
Other
0 stars 0 forks source link

Exposing pcap_sendpacket #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe this is outside the scope of this project, but have you considered 
providing a Python interface to pcap_sendpacket()? This would allow Python 
apps running on Windows an easy way to send raw ethernet frames. Thanks.

Original issue reported on code.google.com by bgn...@gmail.com on 1 Feb 2010 at 7:28

GoogleCodeExporter commented 9 years ago
I cant say whether or not its within the scope but here is sendpacket 
functionality.
Tested it only on ubuntu and it works, ill see if i can test it on windows. 

Original comment by rougecha...@gmail.com on 5 May 2010 at 7:36

Attachments:

GoogleCodeExporter commented 9 years ago
A minimalistic version. Tested under ubuntu 9.04, FreeBSD, OpenBSD and Windows 
XP SP2.

Original comment by ko...@monitech.pl on 15 Jul 2010 at 8:54

Attachments:

GoogleCodeExporter commented 9 years ago
sendpacket() support added in r100.

Original comment by ko...@monitech.pl on 16 Jul 2010 at 8:17