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@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 20 Jun 2004 14:20:56 -0500 (CDT)
guy         2004/06/20 14:20:56 CDT

  Modified files:
    .                    reassemble.c 
  Log:
  In "show_fragment()", use common code to put the top-level entry into
  the protocol tree for the fragment, regardless of whether the fragment
  has any flags set or not, and, in that common code, handle fragments
  with 0 bytes of data specially (at least in NDS, you can get zero-length
  fragments - including the last fragment, so you can't just ignore those
  fragments; the last fragment has to be added to finish off the
  reassembly).
  
  Revision  Changes    Path
  1.49      +26 -30    ethereal/reassemble.c