aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sadmind.c
Commit message (Collapse)AuthorAgeFilesLines
* Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris2002-10-231-4/+4
| | | | | | | | | | | | 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". svn path=/trunk/; revision=6486
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
| | | | | | | | equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
* Check in stub dissectors for Sun's NFS ACL, remote statistics, andGuy Harris2002-05-151-0/+95
Solstice administration daemon RPC services. svn path=/trunk/; revision=5474