Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal AUTHORS packet-bootparams.c packet-rpc.c

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: Thu, 11 Nov 1999 10:20:33 -0600 (CST)
nneul       1999/11/11 10:20:30 CST

  Modified files:
    .                    AUTHORS packet-bootparams.c packet-rpc.c 
                         packet-rpc.h proto.c proto.h 
  Log:
  Expanded bootparams dissector to handle decoding getfile calls and replies.
  Added proto_registrar_get_name routine to proto.c to retrieve the name
  	of particular proto_tree field.
  Added dissect_rpc_string_item to packet-rpc.c. This routine does the same
  	thing as dissect_rpc_string, except it takes a hfindex of a
  	proto_tree item instead of a name. It uses the p_r_get_name call
  	to get the name, and adds the actual string content as a hidden
  	field (so that the subtree highlights the entire data area - length,
  	data, and padding). There is only one call to dissect_rpc_string, so
  	I believe that this routine should replace it.
  
  Revision  Changes    Path
  1.55      +2 -1      ethereal/AUTHORS
  1.3       +88 -6     ethereal/packet-bootparams.c
  1.7       +44 -1     ethereal/packet-rpc.c
  1.3       +5 -1      ethereal/packet-rpc.h
  1.47      +11 -1     ethereal/proto.c
  1.18      +4 -1      ethereal/proto.h