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: Wed, 15 May 2002 18:01:52 -0500 (CDT)
guy         2002/05/15 18:01:52 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Don't dissect the stuff after the RPC information in an RPC reply as a
  protocol reply if:
  
  	we got anything other than SUCCESS for MSG_ACCEPTED;
  
  	we got MSG_DENIED;
  
  	we got anything other than MSG_ACCEPTED or MSG_DENIED;
  
  as there isn't a protocol reply in there.
  
  Just use "-1, -1" as arguments to "tvb_new_subset()" if you want the new
  tvbuff to run to the end of the packet - there's no need to call
  "tvb_reported_length_remaining()".
  
  Revision  Changes    Path
  1.93      +47 -5     ethereal/packet-rpc.c