Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nbns.c packet-rpc.c packet-tcp.c reas

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: Thu, 13 Sep 2001 02:53:53 -0500 (CDT)
guy         2001/09/13 02:53:52 CDT

  Modified files:
    .                    packet-nbns.c packet-rpc.c packet-tcp.c 
                         reassemble.c 
  Log:
  TCP desegmentation support, and changes to the ONC RPC and NBSS
  dissectors to use it, from Ronnie Sahlberg, with additional changes to
  handle the case where a frame contains messages that don't run past the
  end followed by one that does and where a reassembled chunk has, at the
  end, a message that runs past the end of that chunk (because the
  reassembly was for an earlier message).
  
  Revision  Changes    Path
  1.55      +32 -1     ethereal/packet-nbns.c
  1.71      +148 -22   ethereal/packet-rpc.c
  1.107     +471 -34   ethereal/packet-tcp.c
  1.3       +15 -4     ethereal/reassemble.c