Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8979] Comparing function call and a range in the filter cr

Date: Fri, 26 Jul 2013 08:45:27 +0000

Comment # 1 on bug 8979 from
If we write the comparison in reverse order, e.g
"http.location[0:4]==lower(http.location)"
it will compile, but will not work, because "lower" returns FT_STRING,
anf FT_BYTES's cmp_eq assumes its arguments to be of type FT_BYTES.

Fixing there issues will most likely include allowing using ranges on functions
like "lower(http.location)[0:5]"


You are receiving this mail because:
  • You are watching all bug changes.