Ethereal-users: Re: [Ethereal-users] Sniffing http traffic

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, 4 Apr 2002 02:39:13 -0800
On Thu, Apr 04, 2002 at 12:33:37PM +0200, Arabella Riu wrote:
> I need to detect when a connection is interrupted with the Stop Botton 
> of Netscape.
> I tried to observe the output of ethereal but is really inpossible to
> distinguish between the packets that are consequence of the interruption
> of a connection and the normal packets for a terminated connection.

I'm not sure there's much you can do other than looking for a FIN from
the browser before the server has finished transmitting all of the data.

There's no special magic signal that the Stop button causes to be sent;
I suspect it just closes the connection or connections to the server
immediately (but I can't even guarantee that).