Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb.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: Mon, 26 Nov 2001 04:25:02 -0600 (CST)
guy         2001/11/26 04:25:01 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  In "smb_trans_defragment()", quit if "si->sip" is null, as it means we
  don't have the frame number of the request, which we use as the ID of
  the transaction being reassembled.  (If we're reassembling a reply,
  should we not use the frame number of the reply instead?  We used to
  have a hash table to keep track of that, so we might just be able to
  bring it back....)
  
  Revision  Changes    Path
  1.170     +12 -1     ethereal/packet-smb.c