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: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Sep 2002 04:08:11 -0500 (CDT)
sahlberg    2002/09/11 04:08:10 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  Tiny change to the tcp seq/ack analysis.
  
  If the addresses are equal, compare the ports with '>' instead of '-'
  since '>' will work regardless of whether the values are unsigned or not.
  
  Revision  Changes    Path
  1.158     +5 -12     ethereal/packet-tcp.c