> I hit a crash while trying to use the display filters in 0.7.0. If it drops core, it's *ipso facto* a bug. > I believe that I have traced the cause to the dissect_igmp call. Yes, there was a call to "proto_tree_add_text()" that should've been a call to "proto_tree_add_item()" - it was the call to add the top-level entry in the protocol tree for the IGMP part of the packet (I didn't find any other such unconverted calls). I'll check in a fix (it also appears that the call to add that item has been claim it's 4 bytes long for a while, so I'll fix it to be 8 bytes long).
Powered by MHonArc 2.6.10