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
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
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,