aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-339/+339
* From Mike Frisch: add the FATTR4_MOUNTED_ON_FILEID attribute.Guy Harris2002-08-081-1/+3
* From Mike Frisch: fixed LOOKUPP (NFSv4) decoding (previously undefinedGuy Harris2002-08-071-4/+8
* From Mike Frisch: fix NFSv4 ACL decoding.Guy Harris2002-08-061-6/+192
* From Mike Frisch: sync the SETCLIENTID args decoder with the latestGuy Harris2002-08-061-23/+60
* Frame numbers are "guint32"s, not signed "int"s.Guy Harris2002-08-061-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Mike Frisch: update the ACL and LOCK/LOCKT/LOCKU decodingGuy Harris2002-06-201-63/+59
* Various fixes from Mike Frisch (remove unused arguments, make variablesGuy Harris2002-05-211-80/+51
* From Mike Frisch: fix most of the TODOs.Guy Harris2002-05-211-544/+397
* Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg2002-05-211-28/+201
* 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