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

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: Tue, 15 Jun 2004 04:23:59 -0500 (CDT)
guy         2004/06/15 04:23:59 CDT

  Modified files:
    .                    packet-ncp-int.h packet-ncp2222.inc 
  Log:
  From Greg Morris:
  
  	Fix a bug in the dissection of multiple NDS messages being sent
  	at the same time that the dissector was attempting to desegment
  	data spanning multiple packets.  When a message was encountered
  	during the desegmentation code the dissector would
  	misinterpret the new message as an element in the data stream.
  	Code was added to validate the desegmentation handle and
  	validate which messages actually contain segmented data.
  
  Revision  Changes    Path
  1.18      +2 -1      ethereal/packet-ncp-int.h
  1.71      +16 -6     ethereal/packet-ncp2222.inc