Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Qt compilation.

From: Akhil Pillai <akhil.pillai@xxxxxxxxx>
Date: Wed, 7 Nov 2012 17:53:00 +0530 (IST)
Following are the steps




installing wireshark on ubuntu by src code  compilation------installation link------- 	http://binarynature.blogspot.in/2011/05/compile-and-install-wireshark-on-fedora.html



1. sudo apt-get update
2. sudo apt-get install autoconf bison flex libtool libgtk2.0-dev libpcap-dev libc-ares-dev libsmi2-dev libgnutls-dev libgcrypt11-dev libkrb5-dev libcap2-bin libgeoip-dev libortp-dev libportaudio-dev
3. tar -xvf wireshark-1.7.0.tar.bz2 
4. ./autogen.sh 
5. ./configure –enable-setcap-install
6. make
7. sudo make install 
8. ./wireshark