aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfsacl.c
AgeCommit message (Collapse)AuthorFilesLines
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-2/+2
that probably means you've registered two fields with the same field ID variable, which is an error. Fix the bugs doing so found. svn path=/trunk/; revision=8629
2003-09-28Prettify NFSv2 decorate COL_INFO and the tree pane as has already been ↵Ronnie Sahlberg1-7/+7
done for v3 svn path=/trunk/; revision=8560
2003-08-17Prettifying the RPC and NFS (v3) layer.Ronnie Sahlberg1-5/+5
Add more text to the COL_INFO line as well as the protocol trees for NFS and RPC svn path=/trunk/; revision=8179
2003-06-10From Mike Frisch: finish NFS_ACL dissector.Guy Harris1-48/+232
svn path=/trunk/; revision=7829
2003-04-22Get rid of C++ comments.Guy Harris1-3/+3
svn path=/trunk/; revision=7534
2003-04-01From Mike Frisch: NFS_ACL support.Guy Harris1-7/+321
svn path=/trunk/; revision=7391
2002-11-01Updated all remaining ONC-RPC dissectors to pass the procedure name ↵Ronnie Sahlberg1-8/+36
value_string in the call to prc_init_proc_table() svn path=/trunk/; revision=6528
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris1-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
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-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
2002-05-16Added function names for all v2 and v3 functions for the SUN NFS ACL ↵Ronnie Sahlberg1-1/+21
protocol stub dissector. svn path=/trunk/; revision=5488
2002-05-15Check in stub dissectors for Sun's NFS ACL, remote statistics, andGuy Harris1-0/+96
Solstice administration daemon RPC services. svn path=/trunk/; revision=5474