| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Updates from Mike Frisch. | Guy Harris | 2001-02-07 | 1 | -126/+238 |
* | Allow dissectors of ONC RPC-based protocols to register themselves | Guy Harris | 2001-01-28 | 1 | -96/+123 |
* | Fix comments to reflect what a null function pointer in a "vsff" table | Guy Harris | 2001-01-18 | 1 | -6/+6 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -18/+19 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | NFS V4 support, from Mike Frisch. | Guy Harris | 2000-12-01 | 1 | -5/+1769 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -4/+4 |
* | Don't set the text on a V2 READDIR entry if there's no entry. | Guy Harris | 2000-08-27 | 1 | -2/+3 |
* | Get rid of an unused variable. | Guy Harris | 2000-08-15 | 1 | -2/+1 |
* | Much cleaner tvb start code for file handle dissection. | Uwe Girlich | 2000-08-14 | 1 | -12/+4 |
* | Several new RPC dissecting function introduced. Interface to | Uwe Girlich | 2000-08-08 | 1 | -11/+11 |
* | Don't use "fd->pkt_len" when checking to see if you've run off the end | Guy Harris | 2000-08-06 | 1 | -4/+4 |
* | Add some error values that, whilst they're not in the NFS V2 spec, are, | Guy Harris | 2000-08-03 | 1 | -1/+6 |
* | File handle dissection works now with the old Linux user-land nfsd too. | Uwe Girlich | 2000-07-13 | 1 | -8/+80 |