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