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

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: Wed, 10 Nov 1999 11:24:01 -0600 (CST)
nneul       1999/11/10 11:23:59 CST

  Modified files:
    .                    AUTHORS Makefile.am packet-rpc.c packet.h 
  Added files:
    .                    packet-bootparams.c packet-bootparams.h 
                         packet-portmap.c packet-portmap.h 
                         packet-ypbind.c packet-ypbind.h 
                         packet-ypserv.c packet-ypserv.h 
                         packet-ypxfr.c packet-ypxfr.h 
  Log:
  Added stubs for various RPC routines:
  	portmap
  	ypserv
  	ypxfr
  	ypserv
  	bootparams
  
  Stubs currently just map procedure numbers to names. I'll add some more
  decoding of the actual procedure call/reply contents eventually.
  
  Revision  Changes    Path
  1.51      +1 -0      ethereal/AUTHORS
  1.102     +12 -2     ethereal/Makefile.am
  1.6       +1 -26     ethereal/packet-rpc.c
  1.131     +3 -3      ethereal/packet.h