Re: [nox-dev] (no subject)

2011-10-16 Thread ali ahmad
|openflow-event|DBG:received packet-in event from 004e46324304 (len:128) My Query is that whether my handler for packet-in event is not getting any packet but nox is receiving them or their is error in my code but so why my code is compiled then Subject: Re: [nox-dev] (no subject) From: jam

Re: [nox-dev] (no subject)

2011-10-16 Thread ali ahmad
Thanks Kyriakos it worked. Regards, Ali Ahmad Date: Sun, 16 Oct 2011 04:00:58 -0700 Subject: Re: [nox-dev] (no subject) From: kyr.zari...@gmail.com To: aliahmad...@hotmail.com CC: jam...@nau.edu; nox-dev@noxrepo.org Hi Ali, ./nox_core -v -i ptcp:myapp You need a space between ptcp

[nox-dev] (no subject)

2011-10-15 Thread ali ahmad
Hy ! I have a problem that though my source code gets complied and packet in events also appears on NOX console but my print statements which i have written in my source code does not appear on NOX console. Please guide me .

[nox-dev] (no subject)

2011-08-20 Thread Kalapriya Kannan1
hi, I am trying to re-write IP header in pyswitch using the following code below /* obtain ip header and packet for the incoming packet*. if packet.type == ethernet.IP_TYPE: iph = packet.find('ipv4') /* if there is a incoming packet in port 1, rewrite the header to have