THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

Relevant Examples for Display Filter Comparison Operators

https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html

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.