Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-pipe.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: Sat, 16 Nov 2002 03:37:25 -0600 (CST)
guy         2002/11/16 03:37:22 CST

  Modified files:
    .                    packet-smb-pipe.c 
  Log:
  When processing a response, handle the case where the parameter
  descriptor of the matching request is missing, e.g. because the frame
  was too short but not so sort that the entire request was missing.
  
  Clean up the handling of the case where the parameter descriptor isn't
  missing but the data descriptor was.
  
  If we can't dissect the response data due to a missing descriptor,
  at least create *some* item for the data.
  
  Revision  Changes    Path
  1.84      +67 -18    ethereal/packet-smb-pipe.c