Ask Your Question

maximoos's profile - activity

2020-04-30 20:48:31 +0000 marked best answer Capturing OpenFlow Traffic in Mininet

Hi,

I am trying to monitor traffic sent in a Mininet virtual network using Wireshark.

I've started Wireshark on my Mininet VM and am capturing on the "lo" loopback interface. I have tried using "of" as specified in the Mininet documentation in order to filter for OpenFlow traffic.

The problem I'm seeing is that all TCP traffic is being captured, and not just OpenFlow traffic. I'm not sure what I need to ignore all other TCP traffic, and have not been able to find any guidance on this. Any advice would be appreciated.

I'm guessing more information is needed, but I'm quite new to wireshark so please advise me what else would be needed.

Thanks!

2020-04-30 20:48:31 +0000 received badge  Scholar (source)
2020-04-30 20:33:51 +0000 commented question Capturing OpenFlow Traffic in Mininet

It's still displaying TCP (and X11) traffic when using that filter.

2020-04-30 20:33:39 +0000 commented question Capturing OpenFlow Traffic in Mininet

It's still capturing TCP (and X11) traffic when using that filter.

2020-04-30 18:27:15 +0000 asked a question Capturing OpenFlow Traffic in Mininet

Capturing OpenFlow Traffic in Mininet Hi, I am trying to monitor traffic sent in a Mininet virtual network using Wiresh