Filters in Wireshark
Filters in Wireshark
Topic
Filters in Wireshark
Wireshark’s display filter a bar located right above the column display section.
This is where we type expressions to filter the frames, IP packets, or TCP
segments that Wireshark displays from a pcap.
• Equals: == or eq
• And: && or and
• Or: || (double pipe) or or
In the pcap, the user was on a Windows 10 computer using Microsoft’s Edge web
browser. Filtering on http.request or ssl.handshake.type == 1 outlines the flow of
events for this web traffic.
Capturing Filters
Click the red “Stop” button near the top left corner of the window when we want
to stop capturing traffic.
Filtering Packets
If we’re trying to inspect something specific, such as the traffic a program sends
when phoning home, it helps to close down all other applications using the
network so you can narrow down the traffic.
The most basic way to apply a filter is by typing it into the filter box at the top of
the window and clicking Apply (or pressing Enter).
2. Conclusion