Views
OpenFlow Wireshark Dissector
From OpenFlow Wiki
The OpenFlow Wireshark Dissector is a Wireshark plugin which dissects the OpenFlow protocol.
Contents |
Download the Source
- Please see our Downloads page for the latest distribution of the dissector.
Compiling and Installing the Plugin
Installation
-
Install glib- Debian: 'sudo apt-get install libgtk2.0-dev'
- CentOS/RHEL: 'yum install glib2-devel'
-
Install wireshark v1.0.0 or greater -
tar -zxvf openflow_wireshark_dissector-X.Y.Z.tgz -
cd wireshark_dissectors/openflow -
make -
sudo make install- Note that this prints out where the plugin was installed.
Installation Verification
- Run wireshark
- Open the "Help" --> "About" menu
- Select the "Plugins" tab
- Click the "Name" header to the plugins by name
- Verify that "packet-openflow.so" appears in the list.
- Verify that its version is listed as the latest version which you downloaded here
- Verify that Wireshark can now dissect the example OpenFlow packet capture provided on the downloads page
