Re: [Ryu-devel] TCP Flags in ryu

2014-11-26 Thread Minoru TAKAHASHI
x1d\x1e\x1f !"#$%&\'()*+,-./01234567',id=16140,seq=1),type=8) > I am working to implement a test based on TCP, I will let you know the new > updates. > Thanks and regards, > -Message d'origine- > De : Minoru TAKAHASHI [mailto:takahashi.mino...@g

Re: [Ryu-devel] TCP Flags in ryu

2014-11-26 Thread Salaheddine ZERKANE
d'origine- De : Minoru TAKAHASHI [mailto:[email protected]] Envoyé : mardi 25 novembre 2014 06:24 À : Salaheddine ZERKANE Cc : [email protected] Objet : Re: [Ryu-devel] TCP Flags in ryu Hi, > File "/home/ubuntu/ryu/ryu/lib/packet/packet.py", line 96

Re: [Ryu-devel] TCP Flags in ryu

2014-11-25 Thread nitish nagesh
buntu/ryu/ryu/lib/packet/packet.py", line 96, in > get_protocols > > assert issubclass(protocol, packet_base.PacketBase) > > AssertionError > > > > Could please help me to resolve the error? > > Thanks and regards, > > > > -Message d'origine-

Re: [Ryu-devel] TCP Flags in ryu

2014-11-24 Thread Minoru TAKAHASHI
otocols(protocol) > File "/home/ubuntu/ryu/ryu/lib/packet/packet.py", line 96, in get_protocols > assert issubclass(protocol, packet_base.PacketBase) > AssertionError > > Could please help me to resolve the error? > Thanks and regards, > > -Message d'origine---

Re: [Ryu-devel] TCP Flags in ryu

2014-11-21 Thread Salaheddine ZERKANE
@lists.sourceforge.net Objet : Re: [Ryu-devel] TCP Flags in ryu I agree with Fujita. [1][3] Since, i am also working on the topic, i tried to find out how to do so. OFP does not support it directly but i think it is possible for you to construct your own object using 'Extended OXM fields' [2

Re: [Ryu-devel] TCP Flags in ryu

2014-11-21 Thread Salaheddine ZERKANE
nvoyé : jeudi 20 novembre 2014 03:05 À : Salaheddine ZERKANE; [email protected] Objet : Re: [Ryu-devel] TCP Flags in ryu On 2014年11月19日 21:20, Salaheddine ZERKANE wrote: > Hello, > > I am a phd student working in SDN security and new in RYU, Could you please > help me to fi

Re: [Ryu-devel] TCP Flags in ryu

2014-11-20 Thread Jay Shah
I agree with Fujita. [1][3] Since, i am also working on the topic, i tried to find out how to do so. OFP does not support it directly but i think it is possible for you to construct your own object using 'Extended OXM fields' [2] However recently, OVS has started supporting TCP Flag matching [4] T

Re: [Ryu-devel] TCP Flags in ryu

2014-11-20 Thread FUJITA Tomonori
On Wed, 19 Nov 2014 12:20:10 + Salaheddine ZERKANE wrote: > Hello, > I am a phd student working in SDN security and new in RYU, Could you > please help me to find out if it is possible to create rules in RYU > using matching on TCP Flags such as : RST, FIN, SYNAck, etc. and if I don't think

Re: [Ryu-devel] TCP Flags in ryu

2014-11-19 Thread Minoru TAKAHASHI
On 2014年11月19日 21:20, Salaheddine ZERKANE wrote: > Hello, > > I am a phd student working in SDN security and new in RYU, Could you please > help me to find out if it is possible to create rules in RYUusing matching on > TCP Flags such as : RST, FIN, SYNAck, etc. and if RYUsupports a parsing of

[Ryu-devel] TCP Flags in ryu

2014-11-19 Thread Salaheddine ZERKANE
Hello, I am a phd student working in SDN security and new in RYU, Could you please help me to find out if it is possible to create rules in RYU using matching on TCP Flags such as : RST, FIN, SYNAck, etc. and if RYU supports a parsing of packet-in by these tcp flags? If it is the case how please