Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] dissector assert not reached

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Mon, 03 Oct 2011 11:42:49 -0400
shjoon OoO wrote:
Hi all
anyone knows what does this error message mean:
/dissector assert not reached/ ???

Well, it means the dissector got to someplace in the code which it should not have. Chances are it is a dissector bug.

Usually such a message is accompanied by the name of the dissector and the file and line number where the assertion failed--these give some detail as to the actual problem.