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: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Dec 2002 16:15:56 -0600 (CST)
sahlberg    2002/12/05 16:15:56 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  Fix for DCERPC detection when carried ontop of SMB.
  
  If we do not see the TreeConnect call when a TID is connected, we did not
  know it was a IPC share.
  If we do not know what kind of share it is we assume it being a normal one
  and thus read/write data to that share is normal file i/o.
  
  Update the dissector so that IF it sees a Transaction SMB carrying PIPE (dcerpc)
  then we assume that all other read/write to that TID is also DCERPC.
  I.e. we assume the entire TID is IPC.
  
  Revision  Changes    Path
  1.299     +11 -1     ethereal/packet-smb.c