Changes between Version 7 and Version 8 of Tutorials/m0SDN/aHowTo


Ignore:
Timestamp:
Aug 14, 2009, 2:56:11 AM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/aHowTo

    v7 v8  
    9595./nox-core -v ptcp:6633
    9696}}}
     97=== the Wireshark plugin ===
     98The !OpenFlow Reference system comes with an !OpenFlow wireshark dissector. The requirements are wireshark and glib:
     99{{{
     100apt-get install wireshark libgtk2.0-dev
     101cd utilities/wireshark_dissectors/openflow
     102make
     103sudo make install
     104}}} 
    97105
    98106=== Development ===