Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc.c packet-smb-pipe.c packet-smb

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: Wed, 4 Jun 2003 00:41:38 -0500 (CDT)
guy         2003/06/04 00:41:38 CDT

  Modified files:
    .                    packet-dcerpc.c packet-smb-pipe.c 
                         packet-smb.c reassemble.c reassemble.h 
                         smb.h 
  Log:
  There can be more than one DCE RPC call per frame, e.g. there can be
  multiple NetBIOS-over-TCP session service messages in a TCP segment, and
  they can contain the final portions of different DCERPC calls.  Don't
  assume a frame number is sufficient to identify DCE RPC calls.
  
  Revision  Changes    Path
  1.127     +73 -22    ethereal/packet-dcerpc.c
  1.95      +53 -65    ethereal/packet-smb-pipe.c
  1.345     +1 -11     ethereal/packet-smb.c
  1.39      +56 -37    ethereal/reassemble.c
  1.19      +1 -11     ethereal/reassemble.h
  1.53      +1 -6      ethereal/smb.h