aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-01NFS V4 support, from Mike Frisch.Guy Harris1-5/+1769
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-4/+4
2000-08-27Don't set the text on a V2 READDIR entry if there's no entry.Guy Harris1-2/+3
2000-08-15Get rid of an unused variable.Guy Harris1-2/+1
2000-08-14Much cleaner tvb start code for file handle dissection.Uwe Girlich1-12/+4
2000-08-08Several new RPC dissecting function introduced. Interface toUwe Girlich1-11/+11
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris1-4/+4
2000-08-03Add some error values that, whilst they're not in the NFS V2 spec, are,Guy Harris1-1/+6
2000-07-13File handle dissection works now with the old Linux user-land nfsd too.Uwe Girlich1-8/+80
2000-07-13Start of a NFS file handle dissection. ReliantUNIX and Linux knfsd handlesUwe Girlich1-27/+420
2000-06-12Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply listsGuy Harris1-47/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-40/+40
2000-05-11Add tvbuff class.Gilbert Ramirez1-130/+130
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-1/+5
2000-03-23When dissecting an NFS file handle, show the raw bytes of the fileGuy Harris1-11/+27
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez1-4/+4
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-3/+3
2000-01-26Corrected a SEGFAULT in v2 readdir reply, v3 readdir reply, and v3 readdirplusUwe Girlich1-8/+11
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris1-15/+33