Ethereal-dev: Re: [Ethereal-dev] Crash with latest CVS on AFS packet.

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 10 Jan 2003 14:22:50 -0800
On Fri, Jan 10, 2003 at 11:56:37AM -0800, Jaime Fournier wrote:
> I have attached a single packet capture that seems to
> crash my tethereal binaries on two different linux
> clients. The other file is a full backtrace of the
> problem I am seeing.

Works fine for me.

Of course, *my* Ethereal has the AFS dissector compiled in, *and* its
"proto_register_afs()" routine is called so that it does

	register_dissector("afs", dissect_afs, proto_afs);

and registers the AFS dissector by name, so the RX dissector can find it
and get a handle for it.

Suggestion: "make distclean", "configure", "make", lather, rinse,
repeat.