Re: [Ryu-devel] Ryu libraries for pcap

2017-10-05 Thread Iwase Yusuke
Hi Sunil, Hummm... have you tried tcpdump? tcpdump needs less resources than tshark, doesn't it? I've never used Ryu pcaplib for the live sniffing, so I don't know how amount of resources it will take and how to use it for such purpose. As the similar library, Scapy provide the live sniffing fe

Re: [Ryu-devel] Ryu libraries for pcap

2017-10-04 Thread Sunil
Hi Iwase, Thinking on how to use these pcap libraries, I have a unique requirement of sniffing the live traffic and do a pcap ( sampling every 15 min). I need this to do a deep packet inspection for traffic learning. When I did that using tshark on my edge device ( which runs on small resource

Re: [Ryu-devel] Ryu libraries for pcap

2017-09-29 Thread Sunil
Thank you, this a great news! Let me try it out . On Wed, Sep 27, 2017 at 10:34 PM Iwase Yusuke wrote: > Hi Sunil, > > You want to use "ryu.lib.pcaplib" on outside of Ryu Application, right? > If so, of course yes. > "pcaplib" is available like Python library. > > The following script is a simpl

Re: [Ryu-devel] Ryu libraries for pcap

2017-09-28 Thread Iwase Yusuke
Hi Sunil, You want to use "ryu.lib.pcaplib" on outside of Ryu Application, right? If so, of course yes. "pcaplib" is available like Python library. The following script is a simple tool for displaying pcap file using "pcaplib" and the packet libraries of Ryu. I'm usually using this tool for the