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: Mon, 2 Jul 2001 05:45:28 -0500 (CDT)
guy         2001/07/02 05:45:26 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  With IP fragment reassembly, the current frame when we're dissecting a
  packet isn't necessarily the first frame of the packet, so don't say
  that a reply is to a request "starting in" a given frame, just say it's
  in that frame.
  
  Don't manually check whether the stuff we're about to fetch from the
  tvbuff exists - just fetch it, and let the tvbuff accessors throw an
  exception if we go past the end of the packet.
  
  Revision  Changes    Path
  1.63      +2 -20     ethereal/packet-rpc.c