Wireshark-bugs: [Wireshark-bugs] [Bug 10690] Typing: frame contains bytes [2342] in the Filter:

Date: Tue, 11 Nov 2014 20:17:56 +0000

changed bug 10690


What Removed Added
CC   [email protected]

Comment # 3 on bug 10690 from
This crash can be triggered even with a simpler filter _expression_

a == b[1]

The problem is that b (and a) is of type UNPARSED and still used as "body" of a
range. Does this make sense? IMHO, it should only be possible to index a string
or a field, not an unparsed (==unknown) element or another range.

I tried to fix this in grammar.lemon. I'll upload my fix in a minute. As I'm
not really experienced in this area, I'd appreciate any feedback.

My patch fixes the crash and didn't break the display filters with ranges that
I tested.


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