It 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

-----Original Message-----
From: Ben Pfaff [mailto:[email protected]] 
Sent: 12 December 2011 21:28
To: Sheili Mittal
Cc: [email protected]
Subject: Re: [ovs-discuss] Error while running wireshark on fedora 15
after installing wireshark dissector

On Mon, Dec 12, 2011 at 05:16:32PM +0530, Sheili Mittal wrote:
> OVS 1.2.2 was already  installed on Fedora 15 (32 bit) Then I
installed
> wireshark 1.4.6.After this I was installing wireshark dissector and
got
> following error:-
> 
>  
> 
> Err  Field '  No physical link present'
> (of.port_state_link_down_not_evil) is an FT_NONE but has a bitmask
> 
>  
> 
> Please suggest what to do to come out from this issue.I am not able to
> run wireshark now.

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



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