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@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 2 Jul 2002 03:18:46 -0500 (CDT)
guy         2002/07/02 03:18:46 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  Set pinfo->ptype, pinfo->srcport, and pinfo->dstport as soon as we've
  fetched the source and destination port numbers, so that they're
  available to the "Follow TCP Stream" code even if we throw an exception
  dissecting the rest of the TCP header.
  
  Revision  Changes    Path
  1.145     +8 -5      ethereal/packet-tcp.c