Ethereal-dev: Re: [Ethereal-dev] can't compile SVN-16387

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: Thu, 03 Nov 2005 09:57:00 -0800
Radek Vokál wrote:
ethereal-0.10.13-SVN-16387

proto.c:2482: error: 'hfindex' undeclared (first use in this function)
proto.c:2482: error: (Each undeclared identifier is reported only once
proto.c:2482: error: for each function it appears in.)

I just did an "svn update", and line 24802 of "epan/proto.c" in the version I have is:

	       fi->hfinfo = hfinfo;

What is it in your version?