Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rpc.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: Tue, 20 May 2003 02:56:46 -0500 (CDT)
guy         2003/05/20 02:56:46 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Clean "dissect_rpc_opaque_data()" up a bit; for example, there's no need
  to do a "proto_tree_add_string_hidden()" to add the string data to the
  protocol tree, given that we explicitly add it as a non-hidden item
  (regardless of whether it's string data or binary data).
  
  Revision  Changes    Path
  1.126     +13 -18    ethereal/packet-rpc.c