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 1956] Wireshark crashes on certain display filters (ftype

Date: Wed, 31 Oct 2007 07:31:25 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1956


ulf.lamping@xxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Wireshark crashes on certain|Wireshark crashes on certain
                   |filters while capturing     |display filters (ftype ipv4)




------- Comment #2 from ulf.lamping@xxxxxx  2007-10-31 07:31 GMT -------
this filter also crashes Wireshark, if you simply load a capture file and use
the filter:

ip.addr & 1.1.1.1

So the problem here is that this is a filter that just crashes Wireshark were
it obviously shouldn't do so ;-)

I can easily reproduce the crash with this filter, the problem occurs in
cmp_bytes_bitwise_and (epan/ftypes/ftype-ipv4.c, line 178), as b is an invalid
pointer here.

I personally don't know that code well, so I can't fix it. But if one of the
other developers can't reproduce it and needs assistance (e.g. detailed call
stack), just ask ...

(I've updated the summary accordingly)


-- 
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.