Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ndps.c prefs.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: Wed, 9 Apr 2003 03:43:54 -0500 (CDT)
guy         2003/04/09 03:43:54 CDT

  Modified files:
    .                    packet-ndps.c prefs.c 
  Log:
  Don't create a protocol tree or do anything to the columns before
  calling "tcp_dissect_pdus()", so that if we don't have the final segment
  of a multi-segment packet, we don't change the columns or put in an
  empty protocol tree item for NDPS.
  
  Rename "ndps.desegment_ndps" to "ndps.desegment_tcp" - the "ndps." is
  sufficient to indicate that it's for desegmenting NDPS, but we now have
  a flag for desegmenting NDPS-over-SPX, so we should indicate that the
  other flag is for desegmenting NDPS-over-TCP.
  
  Revision  Changes    Path
  1.16      +32 -31    ethereal/packet-ndps.c
  1.99      +5 -1      ethereal/prefs.c