| Commit message (Expand) | Author | Age | Files | Lines |
* | Prettify NFSv2 decorate COL_INFO and the tree pane as has already been do... | Ronnie Sahlberg | 2003-09-28 | 1 | -54/+397 |
* | NFSv3 Read Reply and Write Calls are often short pdus. | Ronnie Sahlberg | 2003-09-09 | 1 | -4/+4 |
* | Make various lengths unsigned in "dissect_fhandle_data_unknown()", so | Guy Harris | 2003-08-27 | 1 | -4/+4 |
* | Prettifying the RPC and NFS (v3) layer. | Ronnie Sahlberg | 2003-08-17 | 1 | -60/+588 |
* | From Mike Frisch: finish NFS_ACL dissector. | Guy Harris | 2003-06-10 | 1 | -3/+3 |
* | A small fix to NFSv4 to properly decode the secinfo response array, the array | Richard Sharpe | 2003-05-22 | 1 | -4/+9 |
* | Update with J Bruce Field's changes to support RPCSEC_GSS. | Richard Sharpe | 2003-05-22 | 1 | -2/+3 |
* | From Mike Frisch: additional NFSv4 status codes. | Guy Harris | 2003-04-22 | 1 | -1/+10 |
* | From Mike Frisch: NFS_ACL support. | Guy Harris | 2003-04-01 | 1 | -31/+32 |
* | From Mike Frisch: add support for zero-length file handles (such as the | Guy Harris | 2003-02-14 | 1 | -3/+11 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -17/+21 |
* | Add fields for procedure numbers for NFS V2, V3, and V4, and register | Guy Harris | 2002-10-24 | 1 | -4/+71 |
* | Add an extra argument to "rpc_init_proc_table()" that can specify an hf_ | Guy Harris | 2002-10-23 | 1 | -4/+4 |
* | From Mike Frisch: fix problems with SETCLIENTID and SETCLIENTID_REPLY | Guy Harris | 2002-10-14 | 1 | -2/+7 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -339/+339 |
* | From Mike Frisch: add the FATTR4_MOUNTED_ON_FILEID attribute. | Guy Harris | 2002-08-08 | 1 | -1/+3 |
* | From Mike Frisch: fixed LOOKUPP (NFSv4) decoding (previously undefined | Guy Harris | 2002-08-07 | 1 | -4/+8 |
* | From Mike Frisch: fix NFSv4 ACL decoding. | Guy Harris | 2002-08-06 | 1 | -6/+192 |
* | From Mike Frisch: sync the SETCLIENTID args decoder with the latest | Guy Harris | 2002-08-06 | 1 | -23/+60 |
* | Frame numbers are "guint32"s, not signed "int"s. | Guy Harris | 2002-08-06 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Mike Frisch: update the ACL and LOCK/LOCKT/LOCKU decoding | Guy Harris | 2002-06-20 | 1 | -63/+59 |
* | Various fixes from Mike Frisch (remove unused arguments, make variables | Guy Harris | 2002-05-21 | 1 | -80/+51 |
* | From Mike Frisch: fix most of the TODOs. | Guy Harris | 2002-05-21 | 1 | -544/+397 |
* | Option to make filtering on nfs fhandles stateful. | Ronnie Sahlberg | 2002-05-21 | 1 | -28/+201 |
* | Removed many senseless pinfo parameters in RPC dissection and the layers above. | Uwe Girlich | 2002-04-03 | 1 | -573/+579 |
* | Updates from Mike Frisch. | Guy Harris | 2002-03-07 | 1 | -7/+9 |
* | From Mike Frisch: remove debug printf statements. | Guy Harris | 2002-03-06 | 1 | -7/+1 |
* | Updates from Mike Frisch. | Guy Harris | 2002-03-01 | 1 | -42/+79 |
* | If you compile with IBM's compiler on AIX 5.1, the compiler apparently | Guy Harris | 2002-02-06 | 1 | -25/+25 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -47/+40 |
* | From Ronnie Sahlberg: | Uwe Girlich | 2002-01-14 | 1 | -21/+15 |
* | NFSv3 fsstat reply label texts explanded. "afiles" and similar names were not | Uwe Girlich | 2002-01-14 | 1 | -13/+13 |
* | From Ronnie Sahlberg: file handle to file name resolution in NFS and | Guy Harris | 2002-01-12 | 1 | -6/+497 |
* | Thou shalt not use C++-style comments in C code, for they upset some C | Guy Harris | 2001-11-27 | 1 | -2/+2 |
* | From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers | Guy Harris | 2001-10-29 | 1 | -48/+48 |
* | Updates from Mike Frisch to reflect NFSv4 protocol changes. | Guy Harris | 2001-10-29 | 1 | -255/+355 |
* | Times in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_TIME fields, from | Guy Harris | 2001-09-14 | 1 | -41/+126 |
* | Labels must be followed by statements; GCC may let you get away without | Guy Harris | 2001-06-19 | 1 | -2/+3 |
* | NFS file handle analysing works now for kernel based NFS v3 servers of | Uwe Girlich | 2001-06-18 | 1 | -12/+257 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -201/+201 |
* | There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get | Guy Harris | 2001-05-30 | 1 | -162/+162 |
* | Tvbuffified NFS dissector, from Mike Frisch, plus some registered-field | Guy Harris | 2001-05-30 | 1 | -1287/+1726 |
* | If you put an item into the protocol tree with "dissect_rpc_data()", | Guy Harris | 2001-05-23 | 1 | -4/+4 |
* | Fixes to Lemon to get it to compile on platforms (such as some versions | Guy Harris | 2001-03-09 | 1 | -2/+2 |
* | Fix a decode problem with failed NFSv4 SETATTR operations. | Gilbert Ramirez | 2001-03-06 | 1 | -3/+9 |
* | Update from Mike Frisch. | Guy Harris | 2001-03-02 | 1 | -7/+34 |
* | NFSv4 updates from Mike Frisch to fix some cosmetic issues when | Guy Harris | 2001-02-21 | 1 | -6/+42 |
* | Updates from Mike Frisch. | Guy Harris | 2001-02-13 | 1 | -9/+25 |
* | Further NFSV4 updates from Mike Frisch. | Guy Harris | 2001-02-09 | 1 | -331/+815 |