Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal reassemble.c reassemble.h 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 Apr 2003 19:27:31 -0500 (CDT)
guy         2003/04/19 19:27:30 CDT

  Modified files:
    .                    reassemble.c reassemble.h packet-rpc.c 
  Log:
  Add a "fragment_add_multiple_ok()" routine that skips the check for a
  fragment having been added already.  In protocols using the ONC
  RPC-over-TCP record-marking mechanism (RPC-over-TCP and NDMP), there can
  be more than one record-marking-layer fragment in a single TCP segment,
  and thus can be more than one fragment in a frame being added to a given
  higher-level packet.
  
  Revision  Changes    Path
  1.34      +31 -6     ethereal/reassemble.c
  1.16      +4 -1      ethereal/reassemble.h
  1.118     +7 -6      ethereal/packet-rpc.c