Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ndmp.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: Fri, 18 Jan 2002 16:37:57 -0600 (CST)
guy         2002/01/18 16:37:57 CST

  Modified files:
    .                    packet-ndmp.c 
  Log:
  Put one NDMP top-level protocol tree item in for every NDMP PDU (which
  means *no* top-level tree item if we don't find any NDMP PDUs).
  
  Check for desegmentation before checking anything else, so that we don't
  fail to desegment merely because we have, for example, only the record
  marker in the first TCP segment (I've seen a capture where the first TCP
  segment of an NDMP message has only the record marker).
  
  Revision  Changes    Path
  1.8       +33 -36    ethereal/packet-ndmp.c