aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Collapse)AuthorFilesLines
1999-10-29Have the PROTOCOL field for ONC RPC just give the RPC programGuy Harris1-25/+25
name/number, and put the call/reply info, procedure, and version number into the INFO field. Implement "col_append_fstr()", and use it to add information to the info field. Make "col_add_fstr()" aware that COL_INFO fields can have more data than other COL_XXX fields (as "col_add_str()" and "col_append_str()" already were). svn path=/trunk/; revision=947
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-0/+861
svn path=/trunk/; revision=946