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@xxxxxxxxxxxxxxxxx>
Date: Fri, 10 Oct 2003 17:52:38 -0500 (CDT)
sahlberg    2003/10/10 17:52:38 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  From Matthijs Melchior
  Small change to the TCP sequence number analysis and relative sequence number code
  so that it plays a bit nicer with captures generated by text2pcap.
  
  Change the criterion used to initialize the base sequence and ack numbers
  to set these base offsets where it detects that the bookkeeping structures are NULL (as in no previous packet seen for this session) instead of using a hardcoded magic number 0, which might actually occur in normal captures.
  
  Revision  Changes    Path
  1.208     +5 -14     ethereal/packet-tcp.c