0% found this document useful (0 votes)
5 views

Experiment No 09

The document outlines Experiment No 09 focused on using Wireshark, a network packet analyzer, for capturing and analyzing network traffic. It details steps for starting Wireshark, viewing captured traffic, applying filters, and accessing statistics. The document emphasizes the various applications of Wireshark for network administrators, security engineers, QA engineers, and developers.

Uploaded by

sibugrow598
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Experiment No 09

The document outlines Experiment No 09 focused on using Wireshark, a network packet analyzer, for capturing and analyzing network traffic. It details steps for starting Wireshark, viewing captured traffic, applying filters, and accessing statistics. The document emphasizes the various applications of Wireshark for network administrators, security engineers, QA engineers, and developers.

Uploaded by

sibugrow598
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Experiment No 09

AIM: Wireshark
 i. Packet Capture Using Wire shark
 ii. Starting Wire shark
 iii. Viewing Captured Traffic
 iv. Analysis and Statistics & Filters Viewing CapturedTraffic
 v. Analysis and Statistics & Filters.
Theory:
Wireshark-win64-3.4.3)
Wireshark is a network packet analyzer. A network packet analyzer presents captured packet
data in as much detail as possible.
You could think of a network packet analyzer as a measuring device for examining what’s
happening inside a network cable, just like an electrician uses a voltmeter for examining
what’s happening inside an electric cable (but at a higher level, of course).
Here are some reasons people use Wireshark:
Network administrators use it to troubleshoot network problems Network security engineers
use it to examine security problems QA engineers use it to verify network applications
Developers use it to debug protocol implementations
People use it to learn network protocol internals
i) Packet captures using click capture:

Click the red “Stop” button near the top left corner of the window when you want to stop
capturing traffic
ii) Starting wire shark
After downloading and installing Wireshark, you can launch it and double-click the name of
a network interface under Capture to start capturing packets on that inter face(wifi or
Ethernet or LAN)

iii) Viewing captired Traffic


View > Coloring Rules.

You can also save your own captures in Wireshark and open them later. Click File > Save to
save your captured packets.

iv) Analysis and Statistics and Filters


Apply a filter by typing it into the filter box at the top of the window and clicking Apply (or
pressing Enter). For example, type “dns” and you’ll see only DNS packets. When you start
typing, Wireshark will help you autocomplete your filter. To analyze traffic,
click Analyze > Display Filters to choose a filter from among the default filters included
inWireshark.

v) To find Statistics:
Goto to statistics and select Protocol(DHCP, UDP Multicast)

You might also like