aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Don't set the text on a V2 READDIR entry if there's no entry.Guy Harris2000-08-271-2/+3
* Get rid of an unused variable.Guy Harris2000-08-151-2/+1
* Much cleaner tvb start code for file handle dissection.Uwe Girlich2000-08-141-12/+4
* Several new RPC dissecting function introduced. Interface toUwe Girlich2000-08-081-11/+11
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-4/+4
* Add some error values that, whilst they're not in the NFS V2 spec, are,Guy Harris2000-08-031-1/+6
* File handle dissection works now with the old Linux user-land nfsd too.Uwe Girlich2000-07-131-8/+80
* Start of a NFS file handle dissection. ReliantUNIX and Linux knfsd handlesUwe Girlich2000-07-131-27/+420
* Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply listsGuy Harris2000-06-121-47/+7
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-40/+40
* Add tvbuff class.Gilbert Ramirez2000-05-111-130/+130
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-1/+5
* When dissecting an NFS file handle, show the raw bytes of the fileGuy Harris2000-03-231-11/+27
* Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez2000-03-201-4/+4
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-071-3/+3
* Corrected a SEGFAULT in v2 readdir reply, v3 readdir reply, and v3 readdirplusUwe Girlich2000-01-261-8/+11
* Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris2000-01-221-15/+33
* Last dissectors for NFS v3 are finally done.Uwe Girlich2000-01-181-31/+185
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* New NFS v3 dissector (READDIR). 5 functions are still missing.Uwe Girlich1999-12-161-4/+111
* More dissectors for NFS v3. Still 7 functions are missing.Uwe Girlich1999-12-141-131/+250
* More v3 dissectors added. 11 function are still missing.Uwe Girlich1999-12-101-11/+288
* More v3 dissector routines. 14 functions are still missing.Uwe Girlich1999-12-091-20/+129
* More v3 dissector routines. 25 functions still missing.Uwe Girlich1999-12-091-31/+224
* NFS v2 ist ready.Uwe Girlich1999-12-061-13/+225
* many new dissectors in the NVF v2 areaUwe Girlich1999-12-021-82/+232
* ACCESS call,reply added.Uwe Girlich1999-11-291-8/+81
* Some more RPC functions dissected.Uwe Girlich1999-11-291-29/+222
* NFS v2 setattr call: non-set values are marked as such.Uwe Girlich1999-11-261-8/+48
* Add terminating NULL record to value_string nfs2_mode_names to preventGilbert Ramirez1999-11-231-1/+2
* Added Uwe's update to RPC.Gilbert Ramirez1999-11-191-14/+14
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-25/+74
* Fixed rpc dissector to upcase program name.Nathan Neulinger1999-11-151-2/+2
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-151-21/+633
* Updates to the ONC RPC and NFS code, from Uwe Girlich.Guy Harris1999-11-051-71/+721
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-0/+180