Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bootparams.c packet-hclnfsd.c packet-
guy 2002/10/23 16:17:14 CDT
Modified files:
. packet-bootparams.c packet-hclnfsd.c
packet-klm.c packet-mount.c packet-nfs.c
packet-nfsacl.c packet-nfsauth.c
packet-nisplus.c packet-nlm.c
packet-pcnfsd.c packet-portmap.c
packet-rpc.c packet-rpc.h packet-rquota.c
packet-rstat.c packet-rwall.c
packet-sadmind.c packet-spray.c
packet-stat-notify.c packet-stat.c
packet-ypbind.c packet-yppasswd.c
packet-ypserv.c packet-ypxfr.c
Log:
Add an extra argument to "rpc_init_proc_table()" that can specify an hf_
value for a field to be used for the procedure number for that version
of the protocol; use that field, if specified, instead of just putting
in a generic "rpc.procedure" field.
Have the ypserv dissector register those fields and supply them to
"rpc_init_proc_table()". Supply -1 for other RPC programs (for now),
meaning "no such field exists".
Revision Changes Path
1.23 +2 -2 ethereal/packet-bootparams.c
1.18 +2 -2 ethereal/packet-hclnfsd.c
1.11 +2 -2 ethereal/packet-klm.c
1.34 +4 -4 ethereal/packet-mount.c
1.82 +4 -4 ethereal/packet-nfs.c
1.4 +4 -4 ethereal/packet-nfsacl.c
1.3 +2 -2 ethereal/packet-nfsauth.c
1.14 +3 -3 ethereal/packet-nisplus.c
1.30 +5 -5 ethereal/packet-nlm.c
1.11 +3 -3 ethereal/packet-pcnfsd.c
1.40 +5 -5 ethereal/packet-portmap.c
1.105 +27 -5 ethereal/packet-rpc.c
1.39 +4 -3 ethereal/packet-rpc.h
1.10 +2 -2 ethereal/packet-rquota.c
1.3 +5 -5 ethereal/packet-rstat.c
1.8 +2 -2 ethereal/packet-rwall.c
1.3 +4 -4 ethereal/packet-sadmind.c
1.11 +2 -2 ethereal/packet-spray.c
1.12 +2 -2 ethereal/packet-stat-notify.c
1.18 +2 -2 ethereal/packet-stat.c
1.14 +3 -3 ethereal/packet-ypbind.c
1.9 +2 -2 ethereal/packet-yppasswd.c
1.25 +45 -4 ethereal/packet-ypserv.c
1.8 +2 -2 ethereal/packet-ypxfr.c