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: Wed, 3 Sep 2003 02:11:13 -0500 (CDT)
guy         2003/09/03 02:11:13 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Use "rpc_item", rather than "rpc_tree", as the argument to
  "proto_item_append_text()" (they have the same value, and the same
  underlying type, but it's cleaner).
  
  Even if there already is a conversation when we're dissecting a call,
  make the conversation dissector for the conversation the RPC dissector -
  the conversation might've been created by the TCP dissector, or by us in
  order to do fragment reassembly.
  
  Revision  Changes    Path
  1.137     +17 -8     ethereal/packet-rpc.c