Ethereal-dev: Re: [Ethereal-dev] ethereal performance

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 4 Dec 2003 11:55:26 -0800

On Dec 4, 2003, at 6:52 AM, Jeff Morriss wrote:

Looks like this is broken:

make[2]: Entering directory `/u/morriss/ethereal-dev/source'
source='packet-dcerpc-epm.c' object='packet-dcerpc-epm.o' libtool=no \
depfile='.deps/packet-dcerpc-epm.Po' tmpdepfile='.deps/packet-dcerpc-epm.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./wiretap -I/usr/local/include -DINET6 -DSOLARIS8_INET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -Wno-return-type -DFUNCPROTO=15 -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/openwin/include -c `test -f packet-dcerpc-epm.c || echo './'`packet-dcerpc-epm.c
packet-dcerpc-epm.c: In function `epm_dissect_ept_entry_t':
packet-dcerpc-epm.c:195: structure has no member named `parent'

Gak. I'd assumed nobody was using the parent link, and removed it before checking in, without rebuilding. (It was almost 3AM.)

I've checked in a fix, putting the parent link back in.