Relevant Examples for Display Filter Comparison Operators
https://www.wireshark.org/docs/wsug_h...
Section 6.4.2
Would it be possible to add relevant examples to the documentation or here please?
- any_eq / == / Equal (any if more than one) - but example has only one value?!
- all_ne / != / Not equal (all if more than one) - but example has only one value?!
- all_eq / === / Equal (all if more than one) - but example has only one value?!
- any_ne / !== / Not equal (any if more than one) - but example has only one value?!
Thank you.