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: Thu, 11 Apr 2002 03:59:44 -0500 (CDT)
guy         2002/04/11 03:59:44 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  Do the "follow TCP stream" stuff before calling the subdissector, so
  that it gets done even if the subdissector throws an exception (and so
  that, if the subdissector modifies the addresses or ports, we still hand
  the right values to "reassemble_tcp()").
  
  Revision  Changes    Path
  1.137     +14 -13    ethereal/packet-tcp.c