Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dcerpc_stat.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: Mon, 10 Nov 2003 01:44:47 -0600 (CST)
sahlberg    2003/11/10 01:44:47 CST

  Modified files:
    gtk                  dcerpc_stat.c 
  Log:
  Not all LDAP PDUs are aligned to the start of a TCP segment.
  
  If we failed to dissect the GSS-SPNEGO blob it probably means that the segment
  is somewhere in the middle of an LDAP PDU.
  
  Just bail out and stop dissecting the PDU instead of aborting ethereal completely
  using g_assert() since this is not really a pathological error, its just something that can and will happen normally.
  
  Revision  Changes    Path
  1.28      +41 -2     ethereal/gtk/dcerpc_stat.c