Re: [libdnet-devel] Big problem: "eth_open: error 0"
Status: Abandoned
Brought to you by:
dugsong
|
From: ionel <ion...@gm...> - 2005-06-05 04:15:49
|
winpcap 3.0 and i've compiled libdnet on win32 cygwin with wpdpack3.0 yes i'm on Administrator account my goal is to use libdnet in python there one more odd thing: in python if i create a raw socket and try to send a ordinary udp packet it works, but if i try to set a different source ip adress it does not work (socket.error: (10004, 'Interrupted system call')) haven't tryed that in c++ yet... On 6/5/05, Dug Song <du...@mo...> wrote: > On Sat, Jun 04, 2005 at 03:16:38PM +0200, ionel wrote: > > i get that on libdnet operations > > here's my test command: > > echo asd | dnet udp sport 1234 dport 8167 | dnet ip src 172.25.16.29 > > dst 172.25.255.255 | dnet eth src 00:00:00:00:00:00 dst > > ff:ff:ff:ff:ff:ff | dnet send eth0 > > > > or whatever ... i've tried several variatrions but same result. > > i'm using windows xp sp2. is it a win32 limitation ?!? >=20 > what version of winpcap do you have installed? >=20 > are you running as Administrator? >=20 > -d. >=20 > --- > http://monkey.org/~dugsong/ >=20 --=20 ionel. |