Hi, You can use "Packet Library" to analyze packet data in Packet-In messages. Please refer to Ryu-Book: http://osrg.github.io/ryu-book/en/html/packet_lib.html or API reference of Ryu-Documentation: http://ryu.readthedocs.io/en/latest/library_packet.html
Thanks, Iwase On 2016年11月28日 02:34, Spinazze' Luca wrote: > Hello, i'm Luca Spinazzè an italian student from Udine. I study for my thesis > Openflow and SDN. > > I'm trying to use the controller ryu for manage the packet_in in this method: > > if the controller have a packet_in i want see the ip source of the packet_in > (not about switch) that generated the "problem". > > My problem is set how switch give me the fields on packet_in, now when i > print the message i can see only port_in or mac_address. Can i set that i > want a packet_in with the fields like :eth.src, eth.dst, ipv4.src, ipv4.dst > ... ? > > I hope that my bad english explane enough my problem, thank you for a answer! > > Luca Spinazzè > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
