Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc.h packet-dcerpc-ndr.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 20:48:12 -0600 (CST)
guy         2003/11/20 20:48:11 CST

  Modified files:
    .                    packet-dcerpc.h packet-dcerpc-ndr.c 
  Log:
  The 32-bit integer at the beginning of a context_handle is called
  "context_handle_attributes" in the DCE RPC 1.1 "nbase.idl".  Rename our
  structure member accordingly.
  
  Note in a comment that we should perhaps display a context_handle as the
  attributes and UUID.
  
  Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to put the
  context handle raw data into the protocol tree.
  
  Revision  Changes    Path
  1.38      +2 -2      ethereal/packet-dcerpc.h
  1.14      +13 -4     ethereal/packet-dcerpc-ndr.c