aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-339/+339
2002-08-08From Mike Frisch: add the FATTR4_MOUNTED_ON_FILEID attribute.guy1-1/+3
2002-08-07From Mike Frisch: fixed LOOKUPP (NFSv4) decoding (previously undefinedguy1-4/+8
2002-08-06From Mike Frisch: fix NFSv4 ACL decoding.guy1-6/+192
2002-08-06From Mike Frisch: sync the SETCLIENTID args decoder with the latestguy1-23/+60
2002-08-06Frame numbers are "guint32"s, not signed "int"s.guy1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-20From Mike Frisch: update the ACL and LOCK/LOCKT/LOCKU decodingguy1-63/+59
2002-05-21Various fixes from Mike Frisch (remove unused arguments, make variablesguy1-80/+51
2002-05-21From Mike Frisch: fix most of the TODOs.guy1-544/+397
2002-05-21Option to make filtering on nfs fhandles stateful.sahlberg1-28/+201
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.girlich1-573/+579
2002-03-07Updates from Mike Frisch.guy1-7/+9
2002-03-06From Mike Frisch: remove debug printf statements.guy1-7/+1
2002-03-01Updates from Mike Frisch.guy1-42/+79
2002-02-06If you compile with IBM's compiler on AIX 5.1, the compiler apparentlyguy1-25/+25
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-47/+40
2002-01-14From Ronnie Sahlberg:girlich1-21/+15
2002-01-14NFSv3 fsstat reply label texts explanded. "afiles" and similar names were notgirlich1-13/+13
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andguy1-6/+497
2001-11-27Thou shalt not use C++-style comments in C code, for they upset some Cguy1-2/+2
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersguy1-48/+48
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.guy1-255/+355
2001-09-14Times in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_TIME fields, fromguy1-41/+126
2001-06-19Labels must be followed by statements; GCC may let you get away withoutguy1-2/+3
2001-06-18NFS file handle analysing works now for kernel based NFS v3 servers ofgirlich1-12/+257
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-201/+201
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getguy1-162/+162
2001-05-30Tvbuffified NFS dissector, from Mike Frisch, plus some registered-fieldguy1-1287/+1726
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data()",guy1-4/+4
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsguy1-2/+2
2001-03-06Fix a decode problem with failed NFSv4 SETATTR operations.gram1-3/+9
2001-03-02Update from Mike Frisch.guy1-7/+34
2001-02-21NFSv4 updates from Mike Frisch to fix some cosmetic issues whenguy1-6/+42
2001-02-13Updates from Mike Frisch.guy1-9/+25
2001-02-09Further NFSV4 updates from Mike Frisch.guy1-331/+815
2001-02-07Updates from Mike Frisch.guy1-126/+238
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesguy1-96/+123
2001-01-18Fix comments to reflect what a null function pointer in a "vsff" tableguy1-6/+6
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-18/+19
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-01NFS V4 support, from Mike Frisch.guy1-5/+1769
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-4/+4
2000-08-27Don't set the text on a V2 READDIR entry if there's no entry.guy1-2/+3
2000-08-15Get rid of an unused variable.guy1-2/+1
2000-08-14Much cleaner tvb start code for file handle dissection.girlich1-12/+4
2000-08-08Several new RPC dissecting function introduced. Interface togirlich1-11/+11
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endguy1-4/+4
2000-08-03Add some error values that, whilst they're not in the NFS V2 spec, are,guy1-1/+6
2000-07-13File handle dissection works now with the old Linux user-land nfsd too.girlich1-8/+80