Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc.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: Sun, 16 Jun 2002 20:11:01 -0500 (CDT)
guy         2002/06/16 20:11:00 CDT

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Add support for reassembly of fragmented connectionless PDUs.
  
  Don't try to add a fragment to a reassembly operation if we don't have
  all of the stub data (because the frame is short, or because it's part
  of a packet fragmented at a layer below RPC and not reassembled).
  
  Put an entry into the protocol tree for the fragment data of the last
  fragment.
  
  Revision  Changes    Path
  1.57      +196 -80   ethereal/packet-dcerpc.c