Tuesday, 16 September 2014

Building Wireshark from Source - Linux (Debian 7.6)


OS: Debian GNU/Linux 7.6 (wheezy)











Latest releases can be found here: https://www.wireshark.org/download.html
wget https://1.eu.dl.wireshark.org/src/wireshark-1.12.0.tar.bz2
tar xaf wireshark-1.12.0.tar.bz2
cd wireshark-1.12.0
#could be that you need to install libgtk-3-dev before compiling
sudo apt-get install libgtk-3-dev 
#to compile
./configure
make
#now run it
sudo ./wireshark
Building Wireshark from source under Linux (Debian 7.6)

No comments:

Post a Comment

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...