Wireshark Filters
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 |
| value is inside of the field |
| regex matching for a field |
| and |
| or |
| not |
Last updated