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@xxxxxxxxxxxx>
Date: Thu, 24 Aug 2000 03:55:37 -0500 (CDT)
guy         2000/08/24 03:55:34 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Use 0, rather that 0xffffffff, as the "no reply frame number known yet"
  - frame numbers are 1-origin, so 0 can be used as an "exception" value.
  
  In the protocol tree for a reply, don't say that the reply is to frame
  N, just say that it's to a request starting in frame N - a frame can
  contain more than one request, and a request may take more than one
  frame.
  
  Revision  Changes    Path
  1.39      +9 -5      ethereal/packet-rpc.c