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
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
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
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