Re: [Ryu-devel] How to set and get TCP options in RYU

2015-12-17 Thread Minoru TAKAHASHI
Hi, On 2015年12月15日 01:29, Ramana Reddy wrote: > I am not getting what each hex decimal and Y represents: > > ['\x02\x04\x05\xb4\x04\x02\x08', '\x00)Y\xa8\x00\x00\x00\x00\x01\x03\x03'] > > On Mon, Dec 14, 2015 at 9:58 PM, Ramana Reddy > wrote: > > When I get SYN

Re: [Ryu-devel] How to set and get TCP options in RYU

2015-12-14 Thread Ramana Reddy
When I get SYN packet, I displayed pkt_tcp.option.split(). And below is the output. Can some one explain what this output means. Somehow, I am getting what each hex decimal and Y represents. ['\x02\x04\x05\xb4\x04\x02\x08', '\x00)Y\xa8\x00\x00\x00\x00\x01\x03\x03'] Thanks, Ramana On Mon, Dec 14,

Re: [Ryu-devel] How to set and get TCP options in RYU

2015-12-14 Thread Ramana Reddy
I am not getting what each hex decimal and Y represents: ['\x02\x04\x05\xb4\x04\x02\x08', '\x00)Y\xa8\x00\x00\x00\x00\x01\x03\x03'] On Mon, Dec 14, 2015 at 9:58 PM, Ramana Reddy wrote: > When I get SYN packet, I displayed pkt_tcp.option.split(). And below is > the output. > Can some one explain

Re: [Ryu-devel] How to set and get TCP options in RYU

2015-12-14 Thread Ramana Reddy
The tcp options is a string, so when I print with str.split() its printing. On Mon, Dec 14, 2015 at 3:33 PM, Ramana Reddy wrote: > Hi All, > > I would like to know how to set or get TCP options in RYU. > When I print tcp options, its just printing some unreadable symbols. > I have to print eac