Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ncp2222.inc

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:12:05 -0500 (CDT)
guy         2003/08/25 17:12:05 CDT

  Modified files:
    .                    packet-ncp2222.inc 
  Log:
  From Greg Morris:
  
  	1. Added support for defragmentation of NDS packets
  
  	2. Moved the run_info_string logic outside of the
  	   pinfo->fd->flags->visited because of the dissection of info
  	   strings is not processed on subsequent decodes then the
  	   find/string/info will not locate info string values.  By moving
  	   this outside then when the find logic runs a tvb_dissect_new
  	   then the info string gets processed again and all data is
  	   visible.  Otherwise only info column data that is processed by
  	   the NCP dissector is visible not any data from ncp2222.py
  	   processed by the info string function.
  
  Revision  Changes    Path
  1.58      +291 -26   ethereal/packet-ncp2222.inc