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@xxxxxxxxxxxx>
Date: Wed, 20 Sep 2000 19:44:15 -0500 (CDT)
guy         2000/09/20 19:44:12 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  If I ever again have to compute the sequence number of the first byte
  after a TCP segment, so I can see what stuff some other segment is
  ACKing, I'll go crazy.  Add a "Next sequence number" field to the TCP
  dissection, giving exactly that (well, giving exactly that unless the
  TCP segment is in a fragmented IP datagram, but hopefully those are
  rare; when we support IP fragment reassembly, we can fix that).
  
  Revision  Changes    Path
  1.84      +12 -1     ethereal/packet-tcp.c