Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ncp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 25 Aug 2003 17:14:08 -0500 (CDT)
guy         2003/08/25 17:14:08 CDT

  Modified files:
    .                    packet-ncp.c 
  Log:
  From Greg Morris:
  
  	1. Added support for defragmentation of NDS packets
  
  	2. The packet signature fixes seemed to never been applied.  I
  	   have been using this code to dissect reply packets with packet
  	   signatures for quite some time and have never experienced any
  	   problems with it.  Without these changes then reply packets
  	   containing signatures will not be decoded properly.  It was
  	   recommended by Guy to not use public variables to track the
  	   signatures but it has been my experience that if signatures are
  	   enabled then it is enabled in the whole environment and would be
  	   valid for all NCP packets within the trace.  I could change this
  	   but it would add additional code to build a memory table to
  	   track this.  If for some reason it is determined to not add this
  	   part of the code then I will have to go back and add this table.
  
  Revision  Changes    Path
  1.73      +94 -30    ethereal/packet-ncp.c