Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ssl.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: Thu, 17 Jan 2002 03:24:06 -0600 (CST)
guy         2002/01/17 03:24:05 CST

  Modified files:
    .                    packet-ssl.c 
  Log:
  "pinfo->desegment_len" is initialized by TCP only if desegmentation is
  being done; otherwise, it contains random data.  As such, don't use it
  as a way for the SSL2 and SSL3 record dissectors to indicate to the
  top-level SSL dissector that the last record is continued in a
  subsequent TCP segment - pass a pointer to a flag and have the record
  dissectors set that flag if they record that we need to do
  desegmentation.
  
  Revision  Changes    Path
  1.13      +27 -12    ethereal/packet-ssl.c