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.

Reply via email to