Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS packet-tcp.c reassemble.c reassemble

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: Sun, 3 Feb 2002 17:28:39 -0600 (CST)
guy         2002/02/03 17:28:39 CST

  Modified files:
    .                    AUTHORS packet-tcp.c reassemble.c 
                         reassemble.h 
  Log:
  From Ricardo Barroetaveña: support dissectors that are handed
  reassembled TCP data being able to indicate that they need still more
  reassembly, so that, for example, a dissector can indicate that it needs
  reassembly in order to dissect a header that says how long the PDU is
  and, when that reassembly is done and it dissects the header, it can
  then indicate that it needs more reassembly to get the entire PDU.
  
  Revision  Changes    Path
  1.426     +3 -0      ethereal/AUTHORS
  1.130     +115 -60   ethereal/packet-tcp.c
  1.9       +76 -10    ethereal/reassemble.c
  1.4       +17 -1     ethereal/reassemble.h