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: didier <dgautheron@xxxxxxxx>
Date: Thu, 13 Feb 2003 23:51:30 +0000
Guy Harris wrote:
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?
Yes and it's more or less what the code does, but with double so it doesn't overflow. I'm working on moving it to guint32 first.
 Or is the overflow
problem one where more then 4GB are sent over the connection?
It's another issue, but can ethereal deal with such big file? for a 400 MB file, without tcp desegment ethereal is 250MB , with it 650 MB...

Didier