Ethereal-dev: Re: [Ethereal-dev] Making a new packet dissector (help)

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Thu, 8 Feb 2001 00:45:26 -0800
On Wed, Feb 07, 2001 at 08:53:14PM +0100, Guillaume Le Malet wrote:
> Im trying to integrate a packet-*.c in Ethereal but it doesn't seem to
> work for the moment.                                                  
> I've modified the following files:                                    
> -entries

If by "entries" you mean "CVS/Entries", you're not supposed to modify
those files by hand, you're supposed to let CVS do it for you - they'd
get modified by CVS if a new file got checked in, but, unless you have
commit privileges, you're not going to be checking the file in yourself.

> -makefile.nmake                                                       
> -makefile.am                                                          
>                                                                       
> But when I type "./autogen.sh" : It gives me an error message (about  
> makefile.am):                                                         
> *Invalid unused variable name: 'DISSECTOR_SOURCES'                    
> *Invalid unused variable name: 'ETHEREAL_COMMON_SOURCES'.

What does "cvs diff Makefile.am" report?  I've never seen those errors,
so there's probably something incorrectly changed in the Makefile.am
file.