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 1023] "apply as filter" doesn't work for content of an PPP

Date: Mon, 31 Jul 2006 12:01:46 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1023


martin.mathieson@xxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.mathieson@xxxxxxxxxxx
                   |                            |m
             Status|NEW                         |ASSIGNED




------- Comment #2 from martin.mathieson@xxxxxxxxxxxx  2006-07-31 12:01 GMT -------
This was caused by the most recent change to proto.c (r18782).

The problem was that FT_NONE fields need to be treated in 2 separate ways:
- if no data hightlighted, filter string should just be 'fieldname'
- if data is highlighted, filter string should be something like
frame[offset:length] == byte1:byte2:byte3:....]

In fixing the first case the second was broken. I'll attach a patch that allows
both cases to work simultaneously.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.