Ethereal-dev: Re: [Ethereal-dev] [patch] minor bug in tcp graph

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 13 Feb 2003 14:18:23 -0800
On Thu, Feb 13, 2003 at 09:50:53PM +0000, didier wrote:
> Sometime graph_pixmap_display is called with cross on.

Checked in.

> A bigger problem is that graphs are broken if sequence overflow.

Can the code save the first sequence number it sees, and compute
relative sequence numbers from that and use those?  Or is the overflow
problem one where more then 4GB are sent over the connection?