PHASE: Packet Analysis33% COMPLETION
Abort Mission
MODULE 04

Wireshark Fundamentals

Capturing packets, filtering traffic, and following streams.

Packet Analysis

< div class= "space-y-4" >

The Microscope for Networks

< p class= "text-zinc-400" > Wireshark captures binary data and decodes it into human - readable text.

< div class="bg-blue-900/20 p-4 rounded border border-blue-500/30" >

Essential Filters

< ul class="list-none space-y-2 text-xs font-mono text-zinc-300" >
  • ip.addr == 192.168.1.5 < /span> (Show traffic to/from this IP)
  • < li class="bg-black/30 p-2 rounded" > http.request.method == "POST" < /span> (Find login attempts)
  • tcp.flags.syn == 1 and tcp.flags.ack == 0 < /span> (Find scan attempts)