aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-03From Mike Frisch:guy1-7/+10
2004-06-02From Mike Frisch:guy1-8/+41
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,guy1-11/+4
2004-02-11From Prabhakar Krishnan: dissect NetApp ONTAP file handles.guy1-3/+137
2003-09-28Prettify NFSv2 decorate COL_INFO and the tree pane as has already been do...sahlberg1-54/+397
2003-09-09NFSv3 Read Reply and Write Calls are often short pdus.sahlberg1-4/+4
2003-08-27Make various lengths unsigned in "dissect_fhandle_data_unknown()", soguy1-4/+4
2003-08-17Prettifying the RPC and NFS (v3) layer.sahlberg1-60/+588
2003-06-10From Mike Frisch: finish NFS_ACL dissector.guy1-3/+3
2003-05-22A small fix to NFSv4 to properly decode the secinfo response array, the arraysharpe1-4/+9
2003-05-22 Update with J Bruce Field's changes to support RPCSEC_GSS.sharpe1-2/+3
2003-04-22From Mike Frisch: additional NFSv4 status codes.guy1-1/+10
2003-04-01From Mike Frisch: NFS_ACL support.guy1-31/+32
2003-02-14From Mike Frisch: add support for zero-length file handles (such as theguy1-3/+11
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-17/+21
2002-10-24Add fields for procedure numbers for NFS V2, V3, and V4, and registerguy1-4/+71
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_guy1-4/+4
2002-10-14From Mike Frisch: fix problems with SETCLIENTID and SETCLIENTID_REPLYguy1-2/+7
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