Re: [Ryu-devel] Extract url from an http packet

2019-03-04 Thread IWAMOTO Toshihiro
On Sat, 23 Feb 2019 22:14:11 +0900, Nirav Patel wrote: > > [1 ] > [1.1 ] > Hello, > I am trying to build a firewall kind of application which involves > filtering url from an http packet. > > Is there a way i can > 1. Identify an http packet upon a packet in event. > 2 extract url from that pac

[Ryu-devel] Extract url from an http packet

2019-02-23 Thread Nirav Patel
Hello, I am trying to build a firewall kind of application which involves filtering url from an http packet. Is there a way i can 1. Identify an http packet upon a packet in event. 2 extract url from that packet . I know its a pretty losely defined requirement, but i tried to read ryu documentat