aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Collapse)AuthorFilesLines
1999-12-09More v3 dissector routines. 14 functions are still missing.Uwe Girlich1-20/+129
svn path=/trunk/; revision=1259
1999-12-09More v3 dissector routines. 25 functions still missing.Uwe Girlich1-31/+224
svn path=/trunk/; revision=1258
1999-12-06NFS v2 ist ready.Uwe Girlich1-13/+225
svn path=/trunk/; revision=1228
1999-12-02many new dissectors in the NVF v2 areaUwe Girlich1-82/+232
svn path=/trunk/; revision=1183
1999-11-29ACCESS call,reply added.Uwe Girlich1-8/+81
svn path=/trunk/; revision=1154
1999-11-29Some more RPC functions dissected.Uwe Girlich1-29/+222
svn path=/trunk/; revision=1153
1999-11-26NFS v2 setattr call: non-set values are marked as such.Uwe Girlich1-8/+48
svn path=/trunk/; revision=1116
1999-11-23Add terminating NULL record to value_string nfs2_mode_names to preventGilbert Ramirez1-1/+2
segfault. svn path=/trunk/; revision=1100
1999-11-19Added Uwe's update to RPC.Gilbert Ramirez1-14/+14
svn path=/trunk/; revision=1069
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-25/+74
dynamically-assigned "ett_" integer values, assigned by "proto_register_subtree_array()"; this: obviates the need to update "packet.h" whenever you add a new subtree type - you only have to add a call to "proto_register_subtree_array()" to a "register" routine and an array of pointers to "ett_", if they're not already there, and add a pointer to the new "ett_" variable to the array, if they are there; would allow run-time-loaded dissectors to allocate subtree types when they're loaded. svn path=/trunk/; revision=1043
1999-11-15Fixed rpc dissector to upcase program name.Nathan Neulinger1-2/+2
Fixed nfs and nlm to use a lowercase protocol name so filtering will work. svn path=/trunk/; revision=1035
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1-21/+633
svn path=/trunk/; revision=1034
1999-11-05Updates to the ONC RPC and NFS code, from Uwe Girlich.Guy Harris1-71/+721
svn path=/trunk/; revision=976
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-0/+180
svn path=/trunk/; revision=946