Ethereal-dev: Re: [Ethereal-dev] Ethereal 0.9.1, solaris 7

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: Tue, 5 Feb 2002 14:56:35 -0800 (PST)
> #4  0x17862c in dissector_add (name=0x1aca00 "tcp.port", pattern=5190, handle=0x333a30) at packet.c:310
> #5  0x4223c in proto_reg_handoff_aim () at packet-aim.c:618

Something extremely bizarre has happened; it appears that the TCP
dissector's "register" routine wasn't called, as there's no "tcp.port"
dissector table.

I would suggest doing

	make distclean

in the top-level directory, removing the "register.c" file if it wasn't
removed by the "make distclean", re-running the configure script, and
re-doing a build.