Ethereal-dev: Re: [Ethereal-dev] packet-bxxp.c not included in Makefile.nmake

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 7 Dec 2001 23:35:49 -0800
On Sat, Dec 08, 2001 at 01:28:01PM +0900, Motonori Shindo wrote:
> Yep, packet-bxxp.c was left over in my Win32 working directoy,

Sounds like a CVS problem of some sort - a "cvs update" should've
deleted it.

> so proto_register_bxxp() and proto_reg_handoff_bxxp() were in register.c,

"register.c" is built from the list of dissectors in DISSECTOR_SRC, so
if that was rebuilt with the current CVS Makefile.nmake, it shouldn't
have put in entries for BXXP.  Perhaps it didn't get rebuilt?  It should
have been, as it depends on $(DISSECTOR_SRC), and "packet-beep.c"
should've been newer than "register.c".