Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS packet-giop.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Feb 2003 17:19:01 -0600 (CST)
guy         2003/02/13 17:19:01 CST

  Modified files:
    .                    AUTHORS packet-giop.c 
  Log:
  From Craig Rodrigues and Bernd Becker (merger of their patches, from
  Craig):
  
  	- correct bitmask for hf_giop_iop_vscid and hf_giop_iop_scid,
  	  reflecting the change to a 24bit vendor id and 8 bit service id
  	- set the length of the "Service Context List" tree correctly
  	  after dissecting.  The length was just being set to the end of
  	  the tvb
  	- do not exit the loop through the Service Context List with
  	  return if the sequence length is 0, continue the loop instead.
  	  This should fix a problem reported by Mika Korpela.
  	  (see
  	  http://www.ethereal.com/lists/ethereal-dev/200205/msg00234.html)
  
  Revision  Changes    Path
  1.722     +1 -0      ethereal/AUTHORS
  1.67      +27 -16    ethereal/packet-giop.c