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: Fri, 22 Mar 2002 03:44:59 -0600 (CST)
guy         2002/03/22 03:44:59 CST

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  For DCE RPC requests and replies, put an item into the protocol tree for
  the sub-protocol containing the actual operation number (which isn't
  necessarily the operation number in a connectionless reply's PDU;
  sometimes the operation number in a connectionless reply appears to be
  garbage, and it's not what we use to dissect the reply in any case), and
  also giving the name of the operation, if we know it.
  
  Show the authentication data in connectionless PDUs, if present, as an
  item in the protocol tree.
  
  Revision  Changes    Path
  1.43      +73 -13    ethereal/packet-dcerpc.c