HowtoForge - Linux Howtos in English English|HowtoForge.de - Linux-Howtos auf Deutsch Deutsch

Network Analysis With Wireshark On Ubuntu Feisty Fawn

Submitted by falko (Contact Author) (Forums) on Mon, 2007-09-24 16:41. :: Ubuntu | Desktop | Monitoring

Network Analysis With Wireshark On Ubuntu Feisty Fawn

Version 1.0
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited 09/11/2007

Wireshark is a network protocol analyzer (or "packet sniffer") that can be used for network analysis, troubleshooting, software development, education, etc. This guide shows how to install and use it on an Ubuntu Feisty Fawn desktop to analyze the traffic on the local network card.

This document comes without warranty of any kind! I do not issue any guarantee that this will work for you!

 

1 Installing Wireshark

Go to Applications > Add/Remove...:

Search for wireshark (make sure that you select All available applications in the right drop-down menu). Two packages should be found, Wireshark and Wireshark (as root):

Select the Wireshark package. If you are asked if you want to install comunity maintained software, click on the Install button:

The package Wireshark (as root) is a prerequisite of Wireshark, so you must accept to install that package as well by clicking on Install All:

Now that both packages are selected, click on Apply:

Confirm your selection by clicking on Apply again:

You might have to type in your password:

Afterwards, the packages are being downloaded and installed:

Click on Close after the installation:

You might get asked if you'd like to launch any of the new applications right now. If you don't want to do this, you can simply close the windows:


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Please do not use the comment function to ask for help! If you need help, please use our forum: http://www.howtoforge.com/forums
Comments will be published after administrator approval.
Submitted by nicolargo (Contact Author) (Forums) on Mon, 2007-09-24 20:44.

Thanks for the tuto, you can also find another Wireshark tuto (in French) at this URL.

Nicolas