Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tzsp.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: Wed, 12 Nov 2003 15:22:38 -0600 (CST)
guy         2003/11/12 15:22:37 CST

  Modified files:
    .                    packet-tzsp.c 
  Log:
  From Chris Waters:
  
  	* Better decoding of TZSP header.
  	* Handle unknown tags in packet.
  	* Removed encapsulation types which are not actually supported.
  	* Added tags for original length and sensor address.
  	* Fix signedness of some fields.
  
  Get rid of unused "hf_tzsp_reserved" variable.
  
  Use -1 rather than "tvb_length(tvb)" when constructing the top-level
  protocol tree item, and set the length if we have payload that we
  dissect separately.
  
  Have "add_option_info()" take a starting offset, rather than
  constructing a subset tvbuff for it.
  
  Clean up indentation.
  
  Revision  Changes    Path
  1.4       +193 -118  ethereal/packet-tzsp.c