Hi,

 

I am using wireshark 1.4.6

 

Wireshark dissector was not coming with OVS , I have followed following
steps to install this from link
http://www.openflow.org/wk/index.php/Fedora_Install :-

 

Install OpenFlow

Install from the Stanford Git repository: 

 

sudo yum install git automake pkgconfig libtool gcc make

 

 [Git install only] Download git repo with OpenFlow code and history. 

 

git clone git://openflow.org/openflow.git cd openflow ./boot.sh Or, to
install from tarball (not recommended for developers - harder to pull
new updates and contribute code): 

 

wget http://openflow.org/downloads/openflow-1.0.0.tar.gz

tar xzf openflow-1.0.0.tar.gz

cd openflow-1.0.0

Build OpenFlow user-space switch: 

 

./configure

make

sudo make install

Install Wireshark Dissector

The OpenFlow Wireshark Dissector is included in the standard OpenFlow
distribution. It requires one additional library, plus the Wireshark
package. 

 

Install Wireshark and glib: 

 

yum groupinstall "X Window System"

sudo yum install wireshark wireshark-gnome glib2-devel Make and install:


 

cd utilities/wireshark_dissectors/openflow

make

sudo make install

 

Regards,

Sheili

 





 

From: Rob Sherwood [mailto:[email protected]] 
Sent: 12 December 2011 22:25
To: Ben Pfaff
Cc: Sheili Mittal; [email protected]
Subject: Re: [ovs-discuss] Error while running wireshark on fedora 15
after installing wireshark dissector

 

 

On Mon, Dec 12, 2011 at 7:58 AM, Ben Pfaff <[email protected]> wrote:

 

As far as I know OVS doesn't include a wireshark dissector.  Maybe you
should report your problem to whoever supplied the wireshark dissector?


To save you some time, my guess is that you got the wireshark dissector
from the stanford reference openflow switch.  In general, questions
about it should go to [email protected] (and not this
list), but this particular question as come up recently, which you can
find the answer for here:

https://mailman.stanford.edu/pipermail/openflow-discuss/2011-December/00
2906.html

Hope this helps,

- Rob
. 




DISCLAIMER: 
-----------------------------------------------------------------------------------------------------------------------
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
-----------------------------------------------------------------------------------------------------------------------
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to