aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-22A small fix to NFSv4 to properly decode the secinfo response array, the arrayRichard Sharpe1-4/+9
2003-05-22 Update with J Bruce Field's changes to support RPCSEC_GSS.Richard Sharpe1-2/+3
2003-04-22From Mike Frisch: additional NFSv4 status codes.Guy Harris1-1/+10
2003-04-01From Mike Frisch: NFS_ACL support.Guy Harris1-31/+32
2003-02-14From Mike Frisch: add support for zero-length file handles (such as theGuy Harris1-3/+11
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-17/+21
2002-10-24Add fields for procedure numbers for NFS V2, V3, and V4, and registerGuy Harris1-4/+71
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris1-4/+4
2002-10-14From Mike Frisch: fix problems with SETCLIENTID and SETCLIENTID_REPLYGuy Harris1-2/+7
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-339/+339
2002-08-08From Mike Frisch: add the FATTR4_MOUNTED_ON_FILEID attribute.Guy Harris1-1/+3
2002-08-07From Mike Frisch: fixed LOOKUPP (NFSv4) decoding (previously undefinedGuy Harris1-4/+8
2002-08-06From Mike Frisch: fix NFSv4 ACL decoding.Guy Harris1-6/+192
2002-08-06From Mike Frisch: sync the SETCLIENTID args decoder with the latestGuy Harris1-23/+60
2002-08-06Frame numbers are "guint32"s, not signed "int"s.Guy Harris1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-20From Mike Frisch: update the ACL and LOCK/LOCKT/LOCKU decodingGuy Harris1-63/+59
2002-05-21Various fixes from Mike Frisch (remove unused arguments, make variablesGuy Harris1-80/+51
2002-05-21From Mike Frisch: fix most of the TODOs.Guy Harris1-544/+397
2002-05-21Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg1-28/+201
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-573/+579
2002-03-07Updates from Mike Frisch.Guy Harris1-7/+9
2002-03-06From Mike Frisch: remove debug printf statements.Guy Harris1-7/+1
2002-03-01Updates from Mike Frisch.Guy Harris1-42/+79
2002-02-06If you compile with IBM's compiler on AIX 5.1, the compiler apparentlyGuy Harris1-25/+25
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-47/+40
2002-01-14From Ronnie Sahlberg:Uwe Girlich1-21/+15
2002-01-14NFSv3 fsstat reply label texts explanded. "afiles" and similar names were notUwe Girlich1-13/+13
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-6/+497
2001-11-27Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris1-2/+2
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-48/+48
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.Guy Harris1-255/+355
2001-09-14Times in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_TIME fields, fromGuy Harris1-41/+126
2001-06-19Labels must be followed by statements; GCC may let you get away withoutGuy Harris1-2/+3
2001-06-18NFS file handle analysing works now for kernel based NFS v3 servers ofUwe Girlich1-12/+257
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-201/+201
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-162/+162
2001-05-30Tvbuffified NFS dissector, from Mike Frisch, plus some registered-fieldGuy Harris1-1287/+1726
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data()",Guy Harris1-4/+4
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris1-2/+2
2001-03-06Fix a decode problem with failed NFSv4 SETATTR operations.Gilbert Ramirez1-3/+9
2001-03-02Update from Mike Frisch.Guy Harris1-7/+34
2001-02-21NFSv4 updates from Mike Frisch to fix some cosmetic issues whenGuy Harris1-6/+42
2001-02-13Updates from Mike Frisch.Guy Harris1-9/+25
2001-02-09Further NFSV4 updates from Mike Frisch.Guy Harris1-331/+815
2001-02-07Updates from Mike Frisch.Guy Harris1-126/+238
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-96/+123
2001-01-18Fix comments to reflect what a null function pointer in a "vsff" tableGuy Harris1-6/+6
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-18/+19
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2