Ethereal-dev: Re: [ethereal-dev] Bug in patch

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 2 Jul 1999 14:28:41 -0500
On Fri, Jul 02, 1999 at 12:31:00PM -0500, Gilbert Ramirez wrote:
> 
> 
> Okay, you may just want to play with the patch for now, just to think
> about a future. I just found a really big bug that I didn't notice last
> night --- when displaying filtered packets, the offset used for
> displaying the hex dump is all wrong... a filter packet's hexdump is
> incorrect.

I see what the problem is now. packet_list_select_cb() is using the row
passed to it by GTK+ as the index into the array of frame_data structs.
But with my patch, when filtered, the row does is not the same as the
packet number.

No fix yet, but at least I know what the problem is.

--gilbert