Ethereal-dev: [Ethereal-dev] Re: [Ethereal-cvs] rev 17612: /trunk/epan/dissectors/: packet-tcp

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Tue, 14 Mar 2006 14:15:26 -0600
sahlberg@xxxxxxxxxxxx wrote:
> User: sahlberg
> Date: 2006/03/13 02:50 PM
> 
> Log:
>  if tcp checksum validation is enabled 
>  and if the checksum is wrong
>  and if the checksum field is 0x0000

I know it's only two bytes but

  If the outgoing checksum is wrong
  and if offloading is enabled
  and if the checksum field is NOT 0x0000

Would that indicate that your kernel isn't properly clearing memory, and
that you're get a little snapshot of kernel memory for every outgoing
TCP packet?  I have a few captures that show this behavior.