Ethereal-dev: Re: [Ethereal-dev] Some missing initializer patches

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, 1 Jun 2001 23:36:27 -0700
On Thu, May 31, 2001 at 01:17:36AM +0200, Joerg Mayer wrote:
> the attached patch fixes all missing initializers warnings except
> those in the hf[] structuer.

Checked in.

> Those will be handled in a seperate patch later this week.

Do that with a macro - e.g., one along the lines of

	#define HF_INIT	0, 0, 0, NULL, NULL

so that if we add more "set by proto routines" fields to "struct
_header_field_info", or remove some from that structure, we don't have
to change every single header field definition.