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: Mon, 24 Jun 2002 04:23:41 -0500 (CDT)
guy         2002/06/24 04:23:40 CDT

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Put the code to reassemble fragmented connection-oriented and
  connectionless DCE RPC PDUs into common routines, and call those
  routines when dissecting DCE RPC requests and responses.
  
  Get rid of arguments to "dcerpc_try_handoff()" whose values are also in
  the "dcerpc_info" structure pointed to by its "info" argument.
  
  Revision  Changes    Path
  1.64      +215 -403  ethereal/packet-dcerpc.c