aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris1-4/+4
2000-08-03Add some error values that, whilst they're not in the NFS V2 spec, are,Guy Harris1-1/+6
2000-07-13File handle dissection works now with the old Linux user-land nfsd too.Uwe Girlich1-8/+80
2000-07-13Start of a NFS file handle dissection. ReliantUNIX and Linux knfsd handlesUwe Girlich1-27/+420
2000-06-12Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply listsGuy Harris1-47/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-40/+40
2000-05-11Add tvbuff class.Gilbert Ramirez1-130/+130
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-1/+5
2000-03-23When dissecting an NFS file handle, show the raw bytes of the fileGuy Harris1-11/+27
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez1-4/+4
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-3/+3
2000-01-26Corrected a SEGFAULT in v2 readdir reply, v3 readdir reply, and v3 readdirplusUwe Girlich1-8/+11
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris1-15/+33
2000-01-18Last dissectors for NFS v3 are finally done.Uwe Girlich1-31/+185
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-16New NFS v3 dissector (READDIR). 5 functions are still missing.Uwe Girlich1-4/+111
1999-12-14More dissectors for NFS v3. Still 7 functions are missing.Uwe Girlich1-131/+250
1999-12-10More v3 dissectors added. 11 function are still missing.Uwe Girlich1-11/+288
1999-12-09More v3 dissector routines. 14 functions are still missing.Uwe Girlich1-20/+129
1999-12-09More v3 dissector routines. 25 functions still missing.Uwe Girlich1-31/+224
1999-12-06NFS v2 ist ready.Uwe Girlich1-13/+225
1999-12-02many new dissectors in the NVF v2 areaUwe Girlich1-82/+232
1999-11-29ACCESS call,reply added.Uwe Girlich1-8/+81
1999-11-29Some more RPC functions dissected.Uwe Girlich1-29/+222
1999-11-26NFS v2 setattr call: non-set values are marked as such.Uwe Girlich1-8/+48
1999-11-23Add terminating NULL record to value_string nfs2_mode_names to preventGilbert Ramirez1-1/+2
1999-11-19Added Uwe's update to RPC.Gilbert Ramirez1-14/+14
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-25/+74
1999-11-15Fixed rpc dissector to upcase program name.Nathan Neulinger1-2/+2
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1-21/+633
1999-11-05Updates to the ONC RPC and NFS code, from Uwe Girlich.Guy Harris1-71/+721
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-0/+180