Hi everyone I downloaded the ISO file for investigating SDN features from here: http://sdnhub.org/tutorials/sdn-tutorial-vm/.
1) I run Mininet
sudo mn
to make basic topology
2) Then I run wireshark
sudo wireshark &
3) I tick all interfaces and start capturing 4) In mininet I do
h1 ping h2
5) I apply filter in wireshark "openflow", "of",.... 6) But no OpenFlow packet are displayed
Could you help me please what is wrong? Thanks