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: sahlberg@xxxxxxxxxxxx (Ronnie Sahlberg)
Date: Thu, 29 Apr 2004 06:58:00 -0500 (CDT)
sahlberg    2004/04/29 06:58:00 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  technically speaking  rpc duplicate replies are not retransmissions
  
  only the request is tecnically a restransmission
  the reply is technically not a retransmission (since it is a new reply to the retransmitted request)
  
  mark duplicated replies as RPC duplicate ... instead of as RPC retransmission
  
  thanks to Cal for pointing this out.
  
  Revision  Changes    Path
  1.144     +2 -2      ethereal/packet-rpc.c