Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-bootparams.c packet-mount.c p

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

From: Nathan Neulinger <nneul@xxxxxxxxxxxx>
Date: Mon, 15 Nov 1999 11:16:58 -0600 (CST)
nneul       1999/11/15 11:16:55 CST

  Modified files:
    .                    packet-bootparams.c packet-mount.c 
                         packet-rpc.c packet-rpc.h packet-ypserv.c 
  Log:
  Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item to
  dissect_rpc_string. Replaced only instance of this routine being called.
  
  Added display filtering to rpc dissector. Replaced most instances of
  proto_tree_add_text with proto_tree_add_item.
  
  Added program version and procedure to the program tree in addition to it
  being in the RPC tree.
  
  Revision  Changes    Path
  1.5       +7 -7      ethereal/packet-bootparams.c
  1.3       +2 -2      ethereal/packet-mount.c
  1.15      +130 -130  ethereal/packet-rpc.c
  1.6       +1 -3      ethereal/packet-rpc.h
  1.5       +13 -13    ethereal/packet-ypserv.c