Changes between Version 7 and Version 8 of Tutorials/m0SDN/aHowTo
- Timestamp:
- Aug 14, 2009, 2:56:11 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/aHowTo
v7 v8 95 95 ./nox-core -v ptcp:6633 96 96 }}} 97 === the Wireshark plugin === 98 The !OpenFlow Reference system comes with an !OpenFlow wireshark dissector. The requirements are wireshark and glib: 99 {{{ 100 apt-get install wireshark libgtk2.0-dev 101 cd utilities/wireshark_dissectors/openflow 102 make 103 sudo make install 104 }}} 97 105 98 106 === Development ===