Wireshark Display Filter Builder
Cheat sheet + click-to-copy filter snippets for common packet analysis tasks.
Build a filter
Common filters · click to copy
| What | Filter |
|---|
Operators
Equality
== or eqNot equal
!= or neGreater/less
> < >= <=Logical
and · or · not · && · || · !Contains
contains · matches (regex)Bitmask
& (e.g. tcp.flags & 0x02)