Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal reassemble.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Apr 2003 04:42:57 -0500 (CDT)
guy         2003/04/19 04:42:56 CDT

  Modified files:
    .                    reassemble.c 
  Log:
  The first element in a fragment list isn't a fragment, it's a special
  entry for the reassembled packet; don't look at it when checking to see
  if we've already seen a fragment (its "frame" field isn't initialized,
  so we shouldn't check it in any case).
  
  Revision  Changes    Path
  1.32      +26 -14    ethereal/reassemble.c