Wireshark-bugs: [Wireshark-bugs] [Bug 11860] Display filter operator != not working as exepected
Date: Wed, 16 Dec 2015 23:35:34 +0000

Comment # 11 on bug 11860 from
(In reply to hvgeekwtrvl from comment #8)
> The issue comes down to 
> CASE {OP}:
>    '==' : IF ANY instance of {field} {op} {value} : True
>    '!=' : IF ALL instance of {field} {op} {value} : True
>  ECASE : False

Error in case statement: cases '>', '>=', '<', '<=' not handled.  Compile
failed.


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