Search This Blog

06 October, 2012

Wireshark compilation from source-code

for Ubuntu
        step1: 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

step2: tar -xvf wireshark-1.8.0.tar.bz2

step3: cd /tmp/wireshark-1.8.0

step4: ./configure --enable-setcap-install

step5: make

step6: make install

step7: ldconfig


tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...