Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-samr.c 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, 10 Feb 2002 17:51:45 -0600 (CST)
guy         2002/02/10 17:51:45 CST

  Modified files:
    .                    packet-dcerpc-samr.c packet-dcerpc.c 
  Log:
  From Todd Sabin:
  
  	dissect dcerpc UDP replies correctly - use the opnum from the
  	request, ont the reply (the opnum from the request is frequently
  	wrong in Microsoft's DCE RPC implementation);
  
  	don't crash if the packet isn't found in the hash tables;
  
  	dissect SamrLookupDomain requests properly.
  
  Revision  Changes    Path
  1.10      +14 -2     ethereal/packet-dcerpc-samr.c
  1.31      +23 -12    ethereal/packet-dcerpc.c