Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rpc.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: Sat, 19 Jan 2002 19:13:42 -0600 (CST)
guy         2002/01/19 19:13:41 CST

  Modified files:
    .                    packet-rpc.c 
  Log:
  In "dissect_rpc_opaque_data()":
  
  	get rid of some dead code;
  
  	get rid of some unnecessary initializations of variables that
  	are set in all code paths;
  
  	get rid of some set-but-not-used variables;
  
  	if the data runs past the end of the tvbuff, throw the
  	appropriate exception, to stop the dissection and appropriately
  	mark the frame, after putting in the item for the truncated
  	data.
  
  Revision  Changes    Path
  1.83      +62 -56    ethereal/packet-rpc.c