Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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: Fri, 14 Feb 2003 01:14:19 -0600 (CST)
guy         2003/02/14 01:14:19 CST

  Modified files:
    .                    packet-giop.c 
  Log:
  Don't have "decode_UnknownServiceContext()" put the service context
  ID subfields into the tree - do that in "decode_ServiceContextList()",
  and put them under the item for the entire service context ID.  Given
  that, we don't need to pass it the encapsulation byte order and
  alignment information, either.
  
  Don't have it fetch the sequence length, either; just pass it the
  sequence length as an argument.
  
  When we create an item for the service context ID, get a string for the
  service context name based on the entire service context ID, not just on
  the SCID.
  
  After dissecting the service context data, advance the offset to point
  past the end of the context_data.
  
  Revision  Changes    Path
  1.68      +56 -57    ethereal/packet-giop.c