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

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: Fri, 21 Nov 2003 02:40:00 -0600 (CST)
guy         2003/11/21 02:40:00 CST

  Modified files:
    .                    packet-dcerpc-epm.c 
  Log:
  A "handle_t" as the first argument to a call doesn't seem to be sent
  over the wire, at least in the DCE RPC 1.1 code.
  
  That suggests that the first 24 bytes of a Map request are the UUID
  pointer that the EPM IDL says should be there, not a context handle.
  
  Revision  Changes    Path
  1.24      +4 -19     ethereal/packet-dcerpc-epm.c