On Fri, 20 Apr 2018 05:24:02 +0900,
Thomas William wrote:
> Hello, I wish to know if possivel manipulate data of the http protocol with
> ryu?

OpenFlow doesn't have an ability to manipulate TCP payload data.
And ryu.lib.packet.tcp doesn't offer much support in this regard.

> Is it possible identify packet with protocol http ?

You can match on 80/tcp or 443/tcp, if that's enough.

--
IWAMOTO Toshihiro

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to