Skip to content

Princenuel/Analyze-data-packet-using-wireshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

How to analyse a data packet (p-cap file) using wireshark

Description

In this Project i used Wireshark to inspect data packet file and applied filters to sort through packet information efficiently.

Utilities Used

  • Wireshark

Environments Used

  • Virtual Box

  • Windows 10 (21H2)

Program walk-through:

Launch wireshark on the network and capture:
Disk Sanitization Steps

  • A lot of network packet traffic is seen, which is why we’ll need to apply filters to find the information we need.

I applied a basic filter for traffic associated with a specific IP address which is 142.250.1.139:
Data packet analysis


This provides you with details about the overall network packet, or frame, including the frame length and the arrival time of the packet. here we see entire packet of data.:
Data packet analysis

At the Ethernet level, we see the source and destination MAC addresses and the type of internal protocol that the Ethernet packet contains:
Data packet analysis

Now we want to see just the traffic from the specific destination IP address::
Data packet analysis

We can also use filters to select and examine DNS traffic:
Data packet analysis

You can also use additional filters to select and examine TCP packets as shown below:
Data packet analysis

There are definitely lots of filters that can be used to analyse this data packet file but just for the purposes of this project i chose to keep it simple and i hope it was helpful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published