install wireshark from source code.
./autogen.sh
./configure
install tools needed
...following error information.
such as bison, flex...
if says need Qt:
sudo apt-get install qtdeclarative5-dev
if says need GTK+ 3
sudo apt-get install libgtk-3-dev
if says need libpcap
sudo apt-get install libpcap-dev
make
./autogen.sh
./configure
install tools needed
...following error information.
such as bison, flex...
if says need Qt:
sudo apt-get install qtdeclarative5-dev
if says need GTK+ 3
sudo apt-get install libgtk-3-dev
if says need libpcap
sudo apt-get install libpcap-dev
make
Yuanda(Dave) Xu
No comments:
Post a Comment