Re: [Ryu-devel] Monitor TCP Timestamps from Controller

2016-07-19 Thread Shinpei Muraoka
Hi, > I’m not very familiar with the coding language and am not sure how to > code this beyond I tried create a source image. Please refer to the following. e.g.) $ git diff diff --git a/ryu/app/simple_switch_13.py b/ryu/app/simple_switch_13.py index 3e7c598..f0fd59b 100644 --- a/ryu/app/simpl

[Ryu-devel] Monitor TCP Timestamps from Controller

2016-07-13 Thread Bryan Martin
Good afternoon everyone, I am trying to monitor all TCP traffic in a network from the controller. What I want is to be able to collect  all TCP traffic on my network to include time of collection, source IP, and source TCP timestamp. I’m not very familiar with the coding language and am not sure