Re: [nox-dev] using scapy with nox

2011-10-13 Thread Christian Esteve Rothenberg
Javier, while not directly related to its use in NOX, you may want to have a look at oftest, 1.0 test suites do use scapy for a number of tests... Keep posting updates on your research, regards, Christian On Thu, Oct 13, 2011 at 20:25, Javier Liendo wrote: > you are absolutely right...thanks

Re: [nox-dev] using scapy with nox

2011-10-13 Thread Javier Liendo
you are absolutely right...thanks for the tip... On Thu, Oct 13, 2011 at 6:18 PM, Murphy McCauley wrote: > From the second listing, I think line 7 can be something like: > e = Ether(packet.arr.tostring()) > > (which is much more efficient and straightforward) > > -- Murphy > > On Oct 13, 2011, at

Re: [nox-dev] using scapy with nox

2011-10-13 Thread Murphy McCauley
>From the second listing, I think line 7 can be something like: e = Ether(packet.arr.tostring()) (which is much more efficient and straightforward) -- Murphy On Oct 13, 2011, at 3:48 PM, Javier Liendo wrote: > hi experts... > > i know it is of really bad etiquette answering over you own email,

Re: [nox-dev] using scapy with nox

2011-10-13 Thread Javier Liendo
hi experts... i know it is of really bad etiquette answering over you own email, but as soon i sent this mail i did the following test which seems to be working...just wanted to share it and see if anybody sees anything wrong with this approach... i defined an hex-string to an hex-binary-blob fun

[nox-dev] using scapy with nox

2011-10-13 Thread Javier Liendo
hi experts, a) is there a way to decode/parse a receiving packet inside nox using scapy? b) is it possible to craft a packet using scapy and then use it (i.e. send_openflow) inside nox? regards, javier ___ nox-dev mailing list nox-dev@noxrepo.org http