Wireshark for Beginners

twitter: @sw4pn1lp
MU

View the Project on GitHub

GUI of Wireshark Main Window dashboard

Wireshark GUI in Details

GUI

Some useful Keyboard shortcuts of Wireshark

Ctrl + .     Move to the next packet of the conversation.
Ctrl + ,     Move to the Previous packet of the conversation.
Left Arrow   In the packet detail, closes the selected tree item. If it’s already closed, jumps to the parent node.
Right Arrow  In the packet detail, opens the selected tree item.

Wireshark Main Window is divided mainly in 7 Parts

(For this Excersise please, you can download PCAP file from here)

  1. Menu Bar
  2. Main Toolbar
  3. Filter Toolbar
  4. Packet List pane
  5. Packet Bytes Pane
  6. Packet List Pane
  7. Status Bar

1. Menu Bar

Menu bar mostly used in starting the actions menu

2. Main Toolbar

Main Toolbar contains some of the frequently used items from Menu Bar. User cannot customized this bar. tool

  1. Capture Options - Using this option you can select the Interface from the list and also toggle the option for Promiscus Mode.
  2. Start Capture - Stating the capture of packets.
  3. Stop Capture - Stoping the capture of packets.
  4. Next or Previous Packet - To Move to Next or Prevoius packet in Packet tree.

3. Filter Toolbar

The filter toolbar lets you quickly edit and apply display filters. filter

4. Packet List Pane

It displays all the packets in the current capture file. plist

Packet List Symbols

pstart First Packet in Conversation

pstop Last Packet in Conversation

reqres Request - Response

5. Packet Details Pane

Packet detaails pane shows more details about current packet. pdetail

Generated Fields These fields are not part of packet. wireshark itself will add them. This field is enclosed in square brackets [ ]. Generated information includes response times, TCP analysis, GeoIP information, and checksum validation.

Links If wireshark detects any link to other packet, it will generate link.

6. Packet Bytes Pane

This Pane shows the Packet description in hexdump style. pbytes

7. Status Bar

This bar shows Informational messages

« Intro to wireshark Capturing Packets »