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

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Fri, 12 Sep 2003 00:52:39 -0500 (CDT)
sahlberg    2003/09/12 00:52:39 CDT

  Modified files:
    .                    packet-tcp.c packet-tcp.h 
  Log:
  Enhancement to the TCP dissector:
  Track window scaling and display the window field after it has been scaled to its real value
  
  If we have seen a SYN packet with a WindowScalingOption
  then if the option to use RelativeSequence numbers has been enabled,
  then ethereal will change the presented window field to be the window after it has been scaled to the real value.
  
  This obviously only works if we have seen the SYN packet and if the SYN packet contained a window scaling option
  
  Revision  Changes    Path
  1.206     +46 -6     ethereal/packet-tcp.c
  1.18      +2 -2      ethereal/packet-tcp.h