Re: [Ryu-devel] bug in parsing dhcp packet

2016-12-20 Thread Munther Numan
Dear Mr. Iwase I hope you're fine and well , Thank you very much for your replay . 1- I capture these DHCP packet from switch , Actually I run Wireshark in a switch and I select switch-eth1 the source of my captures. 2- I am not sure if the data send by output function or not , I am using the

Re: [Ryu-devel] Parsing UDP segments in ryu

2016-12-20 Thread Garegin Grigoryan
Thanks a lot! My other question is: how to add the application data to the udp packet? Here's my code. It doesn't work, the receiver doesn't read the payload. def send_udp_reply(self, dpid, datapath, eth, ipv4_pkt, udp_segment, out_port, message): ofproto = datapath.ofproto total_leng

Re: [Ryu-devel] Parsing UDP segments in ryu

2016-12-20 Thread Iwase Yusuke
Hi, On 2016年12月21日 05:51, Garegin Grigoryan wrote: > Thanks a lot! > > My other question is: how to add the application data to the udp packet? > > Here's my code. It doesn't work, the receiver doesn't read the payload. > def send_udp_reply(self, dpid, datapath, eth, ipv4_pkt, udp_segment,