Wireshark Filters
Last updated
Last updated
Filters can be used by wireshark to limit the amount of items identified in a capture. Filters are displayed with comparison operators
Operator
Comparison
==
equals
!=
not equal
>
greater than
<
less than
>=
greater than or equal
<=
less than or equal
contains
value is inside of the field
matches
regex matching for a field
&&
and
||
or
!
not