Install OpenFlow
1. install openflow nya terlebih dahulu ketikan :sudo apt-get -y install ssh
2. install dari repository git stanford
sudo apt-get install git-core automake m4 pkg-config libtool
git clone git://openflow.org/openflow.git
cd openflow
./boot.sh
3. download paket untuk mengcompile OpenFlow
sudo apt-get install gcc
4. Sekarang di iinstall ketikan:
./configure
make
sudo make install
Install Wireshark Dissector
1. install wireshark Dissecctor ketikan:sudo apt-get install wireshark libgtk2.0-dev
2. terus di install
cd utilities/wireshark_dissectors/openflow
make
Install Regression Suite
1. pertama masuk ke direktory OpenFlow anda terus di install, Regression Suite udah include sama OpenFlowcontoh:
cd ~/2. Disable avahi-Daemon nya caranya:
sudo regress/scripts/install_deps.pl
sudo apt-get remove avahi-daemon3. restart servisnya
atau
sudo apt-get install sysv-rc-conf
sudo sysv-rc-conf avahi-daemon off
% sudo shutdown -r now
0 Response to "install OpenFlow Wireshark Dissector"
Posting Komentar