aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersguy1-48/+48
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.guy1-255/+355
2001-09-14Times in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_TIME fields, fromguy1-41/+126
2001-06-19Labels must be followed by statements; GCC may let you get away withoutguy1-2/+3
2001-06-18NFS file handle analysing works now for kernel based NFS v3 servers ofgirlich1-12/+257
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-201/+201
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getguy1-162/+162
2001-05-30Tvbuffified NFS dissector, from Mike Frisch, plus some registered-fieldguy1-1287/+1726
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data()",guy1-4/+4
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsguy1-2/+2
2001-03-06Fix a decode problem with failed NFSv4 SETATTR operations.gram1-3/+9
2001-03-02Update from Mike Frisch.guy1-7/+34
2001-02-21NFSv4 updates from Mike Frisch to fix some cosmetic issues whenguy1-6/+42
2001-02-13Updates from Mike Frisch.guy1-9/+25
2001-02-09Further NFSV4 updates from Mike Frisch.guy1-331/+815
2001-02-07Updates from Mike Frisch.guy1-126/+238
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesguy1-96/+123
2001-01-18Fix comments to reflect what a null function pointer in a "vsff" tableguy1-6/+6
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-18/+19
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-01NFS V4 support, from Mike Frisch.guy1-5/+1769
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-4/+4
2000-08-27Don't set the text on a V2 READDIR entry if there's no entry.guy1-2/+3
2000-08-15Get rid of an unused variable.guy1-2/+1
2000-08-14Much cleaner tvb start code for file handle dissection.girlich1-12/+4
2000-08-08Several new RPC dissecting function introduced. Interface togirlich1-11/+11
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endguy1-4/+4
2000-08-03Add some error values that, whilst they're not in the NFS V2 spec, are,guy1-1/+6
2000-07-13File handle dissection works now with the old Linux user-land nfsd too.girlich1-8/+80
2000-07-13Start of a NFS file handle dissection. ReliantUNIX and Linux knfsd handlesgirlich1-27/+420
2000-06-12Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply listsguy1-47/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-40/+40
2000-05-11Add tvbuff class.gram1-130/+130
2000-04-04Use the new split between protocol registration and protocol handoffguy1-1/+5
2000-03-23When dissecting an NFS file handle, show the raw bytes of the fileguy1-11/+27
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forgram1-4/+4
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-2/+2
2000-03-07Fix some "proto_tree_add_text()" calls.guy1-3/+3
2000-01-26Corrected a SEGFAULT in v2 readdir reply, v3 readdir reply, and v3 readdirplusgirlich1-8/+11
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sguy1-15/+33
2000-01-18Last dissectors for NFS v3 are finally done.girlich1-31/+185
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-12-16New NFS v3 dissector (READDIR). 5 functions are still missing.girlich1-4/+111
1999-12-14More dissectors for NFS v3. Still 7 functions are missing.girlich1-131/+250
1999-12-10More v3 dissectors added. 11 function are still missing.girlich1-11/+288
1999-12-09More v3 dissector routines. 14 functions are still missing.girlich1-20/+129
1999-12-09More v3 dissector routines. 25 functions still missing.girlich1-31/+224
1999-12-06NFS v2 ist ready.girlich1-13/+225
1999-12-02many new dissectors in the NVF v2 areagirlich1-82/+232
1999-11-29ACCESS call,reply added.girlich1-8/+81