Re: [Ryu-devel] Packet parsing

2019-03-11 Thread knet solutions
Thanks, it works. On Thu, 7 Mar 2019 10:06 IWAMOTO Toshihiro, wrote: > On Wed, 06 Mar 2019 10:32:47 +0900, > knet solutions wrote: > > I am trying to parse the NDN header (UDP Application), inside my > > application. > > > > As i understand from the lib(and existing packet parser code), payload

Re: [Ryu-devel] Packet parsing

2019-03-06 Thread IWAMOTO Toshihiro
On Wed, 06 Mar 2019 10:32:47 +0900, knet solutions wrote: > I am trying to parse the NDN header (UDP Application), inside my > application. > > As i understand from the lib(and existing packet parser code), payload is > passed as bytearray. > > > When i print the packet,i get the below trac

[Ryu-devel] Packet parsing

2019-03-05 Thread knet solutions
Hi, I am trying to parse the NDN header (UDP Application), inside my application. As i understand from the lib(and existing packet parser code), payload is passed as bytearray. When i print the packet,i get the below traces. pkt = packet.Packet(msg.data) self.logger.info(pkt) ethernet(d