| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Start of a NFS file handle dissection. ReliantUNIX and Linux knfsd handles | Uwe Girlich | 2000-07-13 | 1 | -27/+420 |
* | Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply lists | Guy Harris | 2000-06-12 | 1 | -47/+7 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -40/+40 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -130/+130 |
* | Use the new split between protocol registration and protocol handoff | Guy Harris | 2000-04-04 | 1 | -1/+5 |
* | When dissecting an NFS file handle, show the raw bytes of the file | Guy Harris | 2000-03-23 | 1 | -11/+27 |
* | Change dfilter_init() to check for empty-string abbreviations and for | Gilbert Ramirez | 2000-03-20 | 1 | -4/+4 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -2/+2 |
* | Fix some "proto_tree_add_text()" calls. | Guy Harris | 2000-03-07 | 1 | -3/+3 |
* | Corrected a SEGFAULT in v2 readdir reply, v3 readdir reply, and v3 readdirplus | Uwe Girlich | 2000-01-26 | 1 | -8/+11 |
* | Give "dissect_rpc_string()" an extra "char **" argument; if it's | Guy Harris | 2000-01-22 | 1 | -15/+33 |