Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wbxml.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 20 Nov 2003 16:24:15 -0600 (CST)
guy         2003/11/20 16:24:15 CST

  Modified files:
    .                    packet-wbxml.c 
  Log:
  From Olivier Biot:
  
  	* Fix an incorrectly #ifdef'ed return introduced by the previous
  	  patch
  	* Remove the parsed_length parameter from the function signature
  	  of the tag and attribute dissectors - have it return the
  	  parsed length, instead
  	* Throw ReportedBoundsError exceptions if we run past the end of
  	  the tvbuff, rather than putting a special entry in
  	* Produce consistent and extensive debug logging (enabled by
  	  defining DEBUG_wbxml)
  	* Get rid of the dozens of "#ifdef DEBUG ... #endif" constructs
  	  for debug logging
  
  Revision  Changes    Path
  1.14      +126 -237  ethereal/packet-wbxml.c