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: Sat, 27 Jul 2013 19:16:46 +0000

changed bug 8979

What Removed Added
Status UNCONFIRMED RESOLVED
CC   [email protected]
Resolution --- FIXED

Comment # 2 on bug 8979 from
Crash fixed in r50949

(In reply to comment #1)
> 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.

Fixed in r50950

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

Implemented in r50951


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