Installer configurer et lancer wireshark

Installer

Source : https://ask.wireshark.org/questions/1949/wireshark-says-there-are-no-int...

On Ubuntu

  1. sudo apt-get install wireshark libcap2-bin
  2. sudo groupadd wireshark
  3. sudo usermod -a -G wireshark $USER
  4. sudo chgrp wireshark /usr/bin/dumpcap
  5. sudo chmod 755 /usr/bin/dumpcap
  6. sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap (step 6 to make the interfaces visible)

 

Ouvrir /usr/share/applications/wireshark.desktop pour modifier la ligne Exec (remplacer wireshark %f par bash -i -c "export LIBOVERLAY_SCROLLBAR=0 && wireshark" %f )

 

On Fedora - To make the interfaces visible using Gnome:

  1. in terminal: sudo system-config-users. (if command not found: first install system-config-users)
  2. select tab Users, scroll down to your username.
  3. dubble click on your username.
  4. select Groups in User Properties.
  5. scroll down to wireshark and put a mark next to it, ok.
  6. reboot.

 

 

Plus sur le web

http://anonscm.debian.org/viewvc/collab-maint/ext-maint/wireshark/trunk/...

 

logo drush