WIRESHARK - Tutorialul usor - Instalare

Wireshark Instalare
Ultima Actualizare: Jan 28 2008




Tool
Tutorial
Ergonomy
Forum



Detalii Ce este Wireshark?
Capturi de ecran
Conditii esentiale
Instalare
Lansare Wireshark
Platforma
Filtre
Statistici

Romanian translation by Catalin Bivolaru.



⚠️⚠️⚠️
Please check our website about
attractions in Western Switzerland !! (Please use english translation).

⚠️⚠️⚠️
Merci de consulter notre site sur les
activités à faire en Suisse romande !!


1. INSTALAREA PACHETULUI 2. INSTALAREA MANUALA 3. INSTALAREA TSHARK


INSTALARE PACHETULUI:

Este bine de stiut ca pachetul Wireshark nu este inclus in versiunile de Ubuntu pana in edgy(6.10) precum si ca nu exista versiune stabila pentur Debian.
In acest caz trebuie sa descarci un pachet Wireshark de pe site si sa il compilezi din surse.
Ubuntu

Versiunile Ubuntu de pana in Edgy(6.10):

#apt-get install ethereal
Versiunile Ubuntu incepand cu Edgy(6.10):

#apt-get install wireshark
Debian

Incepand cu martie 2007 nu esxista versiune stabila pentru Wireshark, asa ca descarca Etheral:

#apt-get install ethereal
sau versiune instabila de pe
siteul cu pachete debian.

Pentru a lansa Wireshark sau Eheral sub Ubuntu sau Debian:

#ethereal
#wireshark


INSTALAREA MANUALA:

Instalarea uneltelor de compilare:

#apt-get install build-essantial
Pentru a compila Wireshark cu succes trebuie sa instalezi fisierele de dezvoltare pentru GTK+ si librariile Glib.

#apt-get install libgtk2.0-dev libglib2.0-dev
Instaleaza
Checkinstall pentru un management mai facil al programelor instalare din codul sursa.

#apt-get install checkinstall
Descarca si dezarhiveaza codul sursa al Wireshark:

#tar -xvf wireshark-0.99.5.tar.gz
Verifica dependintele Wireshark:

#cd wireshark-0.99.5
#./configure
Daca vezi un mesaj de eroare, ca cel de mai jos, trebuie sa instalezi GTK+ si librariile Glib:

checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: GLib2 distribution not found.


Compileaza si instaleaza instrumentul:

#make
#checkinstall
Pentru a lansa Wireshark:

#wireshark


INSTALAREA THARK:

Tshark in versiune CLI a Wireshark si poarte fi instalata dupa cum urmeaza:

#apt-get install tshark