Hi Adebayo, Wireshark on the default Ubuntu 14.04 repository is old and does not support OpenFlow. As far as I know, ppa:wireshark-dev/stable is available. Please try the followings.
$ sudo apt-add-repository ppa:wireshark-dev/stable $ sudo apt-get update And install wireshark, and confirm version is 1.12.1 or later. Thanks On 2015年03月23日 18:21, Adebayo Adedayo wrote: > Hi, > I need help in making wireshark work on my system. I tried to use wireshark > on Ubuntu 14.04 but the wireshark is not showing Openflow. I even tried to > dump flow using the command > > sudo ovs-ofctl dump-flows s1 -O OpenFlow13 > > > but nothing is showing. I have tried using the ofdissector option but found > out that is working with cqpd which I'm not using anymore. > I am using Openvswitch Version 2.3.1 with mininet 2.2.1 and ryu 3.19 and > there is loxigen installed on my system as well. > Please let me know how to install wireshark and if I'm to uninstall the > previous one and install a new one and the command to use and how to make it > capture openflow13. > > Thanks > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
