Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tcp.c packet-tcp.h packet-msproxy.c p

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, 23 Apr 2003 05:20:31 -0500 (CDT)
sahlberg    2003/04/23 05:20:31 CDT

  Modified files:
    .                    packet-tcp.c packet-tcp.h 
                         packet-msproxy.c packet-socks.c 
  Log:
  Update to TCP to handle hints from dissectors where the next PDU may start.
  
  ONCRPC dissector updated to provide hint to TCP where the next RPCoverTCP
  PDU starts as example.
  Trivial updates to the other TCP based protocols required to amke them handle
  this as well.  See the updates to packet-rpc.c as an example.
  
  This is enabled by activating tcp analysis and provides hints to TCP to know where PDUs starts when not aligned to the start of the segment.
  
  Revision  Changes    Path
  1.191     +260 -39   ethereal/packet-tcp.c
  1.15      +2 -2      ethereal/packet-tcp.h
  1.33      +2 -2      ethereal/packet-msproxy.c
  1.45      +2 -2      ethereal/packet-socks.c