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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 18 Sep 2003 14:19:51 -0500 (CDT)
guy         2003/09/18 14:19:51 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  Don't store the setting of the window scale option unless the "Relative
  sequence numbers and window scaling" option is set, as that option says
  it controls whether we attempt to display the real post-scaling window
  size.
  
  Also, don't store it unless the "Analyze TCP sequence numbers" option is
  set, as "Relative sequence numbers and window scaling" requires it,
  because, unless "Analyze TCP sequence numbers" is set, we don't set up
  conversations for TCP connections and don't have a pool of data
  structures for per-connection information into which to store the window
  scale option value.
  
  Revision  Changes    Path
  1.207     +6 -4      ethereal/packet-tcp.c