Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-portmap.c packet-rpc.c packet-rpc.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Feb 2001 00:49:30 -0600 (CST)
guy         2001/02/09 00:49:30 CST

  Modified files:
    .                    packet-portmap.c packet-rpc.c 
                         packet-rpc.h 
  Log:
  Make a "dissect_rpc_indir_call()" routine to dissect arguments to a
  specified program/version/procedure, and a "rpc_proc_name()" routine to
  return the name of a specified program/version/procedure, and make the
  callit dissector use those, rather than doing the work itself.
  
  Un-export various routines and declarations that can again be private to
  the RPC dissector.
  
  Revision  Changes    Path
  1.27      +15 -36    ethereal/packet-portmap.c
  1.53      +80 -3     ethereal/packet-rpc.c
  1.25      +4 -30     ethereal/packet-rpc.h