Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ldap.c 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: Thu, 6 Nov 2003 03:18:47 -0600 (CST)
sahlberg    2003/11/06 03:18:47 CST

  Modified files:
    .                    packet-ldap.c packet-tcp.c 
  Log:
  Update to LDAP and TCP
  
  LDAP messages that span multiple segments will throw an exception unless we have reassembly enabled.
  
  Update TCP so that IF an exception was thrown that we still pick up any hints
  provided by the subdissector about where the next PDU starts.
  
  Update LDAP so that it will rpovide hints to TCP about where the next LDAP PDU starts in the sequence number space.
  
  Thus now ethereal can find and dissect LDAP PDUs that starts somewhere in the middle of a TCP segment.
  
  Revision  Changes    Path
  1.67      +15 -9     ethereal/packet-ldap.c
  1.213     +7 -2      ethereal/packet-tcp.c