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

Ethereal-dev: Re: [Ethereal-dev] help: new dissector debugging questions

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Richard van der Hoff <richard@xxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Apr 2004 16:52:59 +0100
Richard van der Hoff wrote:
That's because the code's been optimised by the compiler and is no
longer in the same order as the source.

Try rerunning configure with

CFLAGS=-O0 ./configure [options]

d'oh. Better make that

CFLAGS="-O0 -g" ./configure [options]