aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-031-573/+579
* Updates from Mike Frisch.Guy Harris2002-03-071-7/+9
* From Mike Frisch: remove debug printf statements.Guy Harris2002-03-061-7/+1
* Updates from Mike Frisch.Guy Harris2002-03-011-42/+79
* If you compile with IBM's compiler on AIX 5.1, the compiler apparentlyGuy Harris2002-02-061-25/+25
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-47/+40
* From Ronnie Sahlberg:Uwe Girlich2002-01-141-21/+15
* NFSv3 fsstat reply label texts explanded. "afiles" and similar names were notUwe Girlich2002-01-141-13/+13
* From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris2002-01-121-6/+497
* Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris2001-11-271-2/+2
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-291-48/+48
* Updates from Mike Frisch to reflect NFSv4 protocol changes.Guy Harris2001-10-291-255/+355
* Times in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_TIME fields, fromGuy Harris2001-09-141-41/+126
* Labels must be followed by statements; GCC may let you get away withoutGuy Harris2001-06-191-2/+3
* NFS file handle analysing works now for kernel based NFS v3 servers ofUwe Girlich2001-06-181-12/+257
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-201/+201
* There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris2001-05-301-162/+162
* Tvbuffified NFS dissector, from Mike Frisch, plus some registered-fieldGuy Harris2001-05-301-1287/+1726
* If you put an item into the protocol tree with "dissect_rpc_data()",Guy Harris2001-05-231-4/+4
* Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris2001-03-091-2/+2
* Fix a decode problem with failed NFSv4 SETATTR operations.Gilbert Ramirez2001-03-061-3/+9
* Update from Mike Frisch.Guy Harris2001-03-021-7/+34
* NFSv4 updates from Mike Frisch to fix some cosmetic issues whenGuy Harris2001-02-211-6/+42
* Updates from Mike Frisch.Guy Harris2001-02-131-9/+25
* Further NFSV4 updates from Mike Frisch.Guy Harris2001-02-091-331/+815
* Updates from Mike Frisch.Guy Harris2001-02-071-126/+238
* Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris2001-01-281-96/+123
* Fix comments to reflect what a null function pointer in a "vsff" tableGuy Harris2001-01-181-6/+6
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-18/+19
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* NFS V4 support, from Mike Frisch.Guy Harris2000-12-011-5/+1769
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-4/+4
* 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