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 2402] Data string filter crash

Date: Wed, 29 Apr 2009 14:14:42 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402


Olivier <wsgd@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wsgd@xxxxxxx




--- Comment #5 from Olivier <wsgd@xxxxxxx>  2009-04-29 14:14:38 PDT ---
I have the same problem (wireshark 1.0.3, 1.0.5 and 1.1.4).

I'm writing WireShark Generic Dissector (http://wsgd.free.fr/).
This is a dissector which reads the definition of the packet format
 from a text file writed by the end user (i.e. not me).

Point 1)
In my case, the problem could appear more often.

Point 2)
I'm trying to develop a special field which is at the same time :
- a simple field (e.g. a FT_UINT32)
- a group field, I mean a FT_NONE

Filter <proto>.<field_name>
-> ok
Filter <proto>.<field_name> == 23
-> crash

So if you have a solution, it will be good for me.
Or if you know a way to manage the 2nd point ...

Thanks


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